瀏覽代碼

make sure non-app common paths are canonicalized.

Sasha Szpakowski 11 月之前
父節點
當前提交
caca6196fc
共有 1 個文件被更改,包括 1 次插入0 次删除
  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
 
+	fullPaths[path] = canonicalizeRealPath(fullPaths[path].c_str());
 	return fullPaths[path];
 }