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:
Viktor Szakats
2010-06-21 16:58:21 +00:00
parent 67ed6e53e6
commit df2f699897
2 changed files with 5 additions and 1 deletions

View File

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

View File

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