mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 19:53:56 +00:00
Small fixes
This commit is contained in:
@@ -158,9 +158,13 @@ bool test_dir_io()
|
||||
{
|
||||
size_t count = 0;
|
||||
|
||||
for(auto i : std::filesystem::directory_iterator(R"(C:\Windows\System32\)"))
|
||||
for (auto i : std::filesystem::directory_iterator(R"(C:\Windows\System32\)"))
|
||||
{
|
||||
++count;
|
||||
if (count > 30)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
return count > 30;
|
||||
|
||||
Reference in New Issue
Block a user