mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-21 16:19:12 +00:00
Windows string fixes
This commit is contained in:
2
hecl/extern/libBoo
vendored
2
hecl/extern/libBoo
vendored
Submodule hecl/extern/libBoo updated: 77e9492b43...d75a727a5d
@@ -241,8 +241,8 @@ static void _recursiveGlob(Database::Project& proj,
|
||||
nextItStr += '/';
|
||||
nextItStr += ent.m_name;
|
||||
|
||||
struct stat theStat;
|
||||
if (stat(nextItStr.c_str(), &theStat))
|
||||
HECL::Sstat theStat;
|
||||
if (Stat(nextItStr.c_str(), &theStat))
|
||||
continue;
|
||||
|
||||
if (ent.m_isDir)
|
||||
|
||||
Reference in New Issue
Block a user