2010-06-20 18:57 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* src/rtl/filesys.c
! Fixed typo in last commit affecting Windows builds.
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-06-20 18:57 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/rtl/filesys.c
|
||||
! Fixed typo in last commit affecting Windows builds.
|
||||
|
||||
2010-06-21 17:51 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/rtl/filesys.c
|
||||
! fixed typo reportyed by Tamas - thanks
|
||||
|
||||
@@ -1514,7 +1514,7 @@ HB_SIZE hb_fsReadLarge( HB_FHANDLE hFileHandle, void * pBuff, HB_SIZE nCount )
|
||||
{
|
||||
# if defined( HB_OS_WIN_64 )
|
||||
HANDLE hWFileHandle = DosToWinHandle( hFileHandle );
|
||||
BOOL bfResult = TRUE;
|
||||
BOOL bResult = TRUE;
|
||||
|
||||
nRead = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user