mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
make sure non-app common paths are canonicalized.
This commit is contained in:
@@ -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];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user