2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 03:47:43 +00:00

Fix stack related crash in getGlobResults

This commit is contained in:
2017-01-01 15:19:03 -08:00
parent 279b4b1d68
commit c4ee610169
4 changed files with 18 additions and 14 deletions

View File

@@ -463,7 +463,7 @@ static void VisitGlob(const ProjectPath& path,
CookProgress& progress)
{
std::vector<ProjectPath> children;
path.getGlobResults(children);
path.getGlobResults(children, path.getProject().getProjectRootPath().getAbsolutePath());
/* Pass 1: child file count */
int childFileCount = 0;