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))
|
if(_fi_FindNextFile(dat, lpFindFileData))
|
||||||
return dat;
|
return dat;
|
||||||
|
closedir(h);
|
||||||
}
|
}
|
||||||
delete dat;
|
delete dat;
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user