mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Update tests utils
This commit is contained in:
parent
68118f4233
commit
b303d8bc40
@ -87,7 +87,7 @@ std::size_t count_files(const std::string &folder)
|
||||
{
|
||||
if (ffd.cFileName[0] != '.')
|
||||
counter++;
|
||||
} while (::FindNextFile(hFind, &ffd) == TRUE);
|
||||
} while (::FindNextFile(hFind, &ffd) != 0);
|
||||
::FindClose(hFind);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user