2014-12-04 19:28 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* src/rtl/filesys.c
    ! fixed typo in recent modification
This commit is contained in:
Przemysław Czerpak
2014-12-04 19:28:46 +01:00
parent e007f5de9d
commit d93eb0ce57
2 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2014-12-04 19:28 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/filesys.c
! fixed typo in recent modification
2014-12-04 10:06 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* ChangeLog.txt
* contrib/hbct/doc/en/dattime3.txt

View File

@@ -356,7 +356,7 @@ static int fs_win_get_drive( void )
int iDrive = 0;
dwResult = GetCurrentDirectory( HB_SIZEOFARRAY( pBuffer ), lpBuffer );
if( dwResult > HB_SIZEOFARRAY( lpBuffer ) )
if( dwResult > HB_SIZEOFARRAY( pBuffer ) )
{
lpBuffer = ( TCHAR * ) hb_xgrab( dwResult * sizeof( TCHAR ) );
dwResult = GetCurrentDirectory( dwResult, lpBuffer );