diff --git a/src/Filesystem/SubdirFilesystem.cpp b/src/Filesystem/SubdirFilesystem.cpp index 540d983..bd89848 100644 --- a/src/Filesystem/SubdirFilesystem.cpp +++ b/src/Filesystem/SubdirFilesystem.cpp @@ -10,7 +10,7 @@ namespace Tesses::Framework::Filesystem { // /a/b/c // /a/b/c - VFSPath newPath + VFSPath newPath; newPath.relative=false; if(path.path.size() >= this->path.path.size())