Skip to content

Commit 29d37ea

Browse files
author
Pavel Kovalenko
committed
Don't log invalid paths in CLocatorAPI::Recurse.
1 parent a175012 commit 29d37ea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/xrCore/LocatorAPI.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -560,10 +560,7 @@ bool CLocatorAPI::Recurse (const char* path)
560560
_finddata_t findData;
561561
intptr_t handle = _findfirst(scanPath, &findData);
562562
if (handle == -1)
563-
{
564-
Log("! FS: Invalid path: ", path);
565563
return false;
566-
}
567564
rec_files.reserve(256);
568565
size_t oldSize = rec_files.size();
569566
intptr_t done = handle;

0 commit comments

Comments
 (0)