We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a175012 commit 29d37eaCopy full SHA for 29d37ea
src/xrCore/LocatorAPI.cpp
@@ -560,10 +560,7 @@ bool CLocatorAPI::Recurse (const char* path)
560
_finddata_t findData;
561
intptr_t handle = _findfirst(scanPath, &findData);
562
if (handle == -1)
563
- {
564
- Log("! FS: Invalid path: ", path);
565
return false;
566
- }
567
rec_files.reserve(256);
568
size_t oldSize = rec_files.size();
569
intptr_t done = handle;
0 commit comments