mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Windows string fixes
This commit is contained in:
@@ -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