2004-04-01 09:09 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
* source/common/hbffind.c
! Fix for NT4
* source/rdd/dbsort.prg
* Fix by Mitja Podgornik
This commit is contained in:
@@ -609,7 +609,7 @@ static BOOL hb_fsFindNextLow( PHB_FFIND ffind )
|
||||
bFound = TRUE;
|
||||
}
|
||||
|
||||
if( ! bFound )
|
||||
if( ! bFound && info->hFindFile != INVALID_HANDLE_VALUE )
|
||||
{
|
||||
while( FindNextFile( info->hFindFile, &info->pFindFileData ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user