Browse Source

make sure non-app common paths are canonicalized.

Sasha Szpakowski 10 months ago
parent
commit
caca6196fc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/modules/filesystem/physfs/Filesystem.cpp

+ 1 - 0
src/modules/filesystem/physfs/Filesystem.cpp

@@ -701,6 +701,7 @@ std::string Filesystem::getFullCommonPath(CommonPath path)
 
 
 #endif
 #endif
 
 
+	fullPaths[path] = canonicalizeRealPath(fullPaths[path].c_str());
 	return fullPaths[path];
 	return fullPaths[path];
 }
 }