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:
Viktor Szakats
2004-04-01 07:02:06 +00:00
parent 3da6bbc443
commit c96529a45c
3 changed files with 15 additions and 1 deletions

View File

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