Update import

This commit is contained in:
vczh
2023-12-20 14:26:10 -08:00
parent 5c7c16553b
commit 2ee734c8e1
4 changed files with 32 additions and 16 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ FilePath
}
if (fullPath.Length() == 0)
fullPath = L"/";
fullPath = WString::Unmanaged(L"/");
if (fullPath[0] != Delimiter)
{