Skip to content

Commit

Permalink
make sure non-app common paths are canonicalized.
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Oct 17, 2024
1 parent 1ecc8a1 commit caca619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/filesystem/physfs/Filesystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ std::string Filesystem::getFullCommonPath(CommonPath path)

#endif

fullPaths[path] = canonicalizeRealPath(fullPaths[path].c_str());
return fullPaths[path];
}

Expand Down

0 comments on commit caca619

Please sign in to comment.