20000402-01:41 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-04-01 23:38:34 +00:00
parent e322d0d408
commit 5aeb6c4eda
3 changed files with 9 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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