mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-06 21:26:01 +00:00
Windows string fixes
This commit is contained in:
parent
474224a1d2
commit
52d840a49b
2
hecl/extern/libBoo
vendored
2
hecl/extern/libBoo
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 77e9492b43eb73528a842b6e53d125b05afdf5bc
|
Subproject commit d75a727a5d3881b77aa519a0fba333a8a1d09d60
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user