diff --git a/hecl/extern/libBoo b/hecl/extern/libBoo index 77e9492b4..d75a727a5 160000 --- a/hecl/extern/libBoo +++ b/hecl/extern/libBoo @@ -1 +1 @@ -Subproject commit 77e9492b43eb73528a842b6e53d125b05afdf5bc +Subproject commit d75a727a5d3881b77aa519a0fba333a8a1d09d60 diff --git a/hecl/lib/ProjectPath.cpp b/hecl/lib/ProjectPath.cpp index 7606d468d..8a99e008e 100644 --- a/hecl/lib/ProjectPath.cpp +++ b/hecl/lib/ProjectPath.cpp @@ -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)