20000402-01:41 GMT+1 Victor Szakats <info@szelvesz.hu>
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
20000402-01:41 GMT+1 Victor Szakats <info@szelvesz.hu>
|
||||
|
||||
* source/rtl/substr.c
|
||||
! Minor fix in comment.
|
||||
* source/rtl/filesys.c
|
||||
! Bug fixed for __WATCOMC__
|
||||
|
||||
20000401-18:00 GMT+1 Victor Szakats <info@szelvesz.hu>
|
||||
|
||||
* source/rtl/version.c
|
||||
|
||||
@@ -1101,7 +1101,7 @@ USHORT hb_fsChDrv( BYTE nDrive )
|
||||
{
|
||||
/* 'unsigned int' _have to_ be used in Watcom
|
||||
*/
|
||||
unsigned int uiSave = _getdrive();
|
||||
unsigned int uiSave;
|
||||
unsigned int uiTotal;
|
||||
|
||||
/* 1 = A:, 2 = B:, 3 = C:, etc
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
* LEFT() function
|
||||
* SUBSTR() function
|
||||
*
|
||||
* Copyright 1999 Antonio Linares <alinares@fivetech.com>
|
||||
* www - http://www.harbour-project.org
|
||||
|
||||
Reference in New Issue
Block a user