From 76cec2b269acc2f077aa6cc8f7fd4737a499fc30 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Mon, 30 Dec 2024 05:16:44 -0600 Subject: [PATCH] Fix subdir fs --- src/Filesystem/SubdirFilesystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())