mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 22:02:08 +02:00
@ -877,6 +877,7 @@ _fi_find_handle _fi_FindFirstFile(const char* lpFileName, _fi_find_data* lpFindF
|
||||
{
|
||||
if(_fi_FindNextFile(dat, lpFindFileData))
|
||||
return dat;
|
||||
closedir(h);
|
||||
}
|
||||
delete dat;
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user