mirror of https://github.com/AxioDL/metaforce.git
Windows string fixes
This commit is contained in:
parent
474224a1d2
commit
52d840a49b
|
@ -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…
Reference in New Issue