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:
@@ -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
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user