mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-21 22:59: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 += '/';
|
||||||
nextItStr += ent.m_name;
|
nextItStr += ent.m_name;
|
||||||
|
|
||||||
struct stat theStat;
|
HECL::Sstat theStat;
|
||||||
if (stat(nextItStr.c_str(), &theStat))
|
if (Stat(nextItStr.c_str(), &theStat))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (ent.m_isDir)
|
if (ent.m_isDir)
|
||||||
|
|||||||
Reference in New Issue
Block a user