mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
impr: Only store paths with forward slashes in project files
Fixes #1657
This commit is contained in:
@@ -152,7 +152,7 @@ namespace hex::plugin::builtin {
|
||||
std::vector<std::string> pathStrings;
|
||||
|
||||
for (const auto &path : m_paths) {
|
||||
pathStrings.push_back(wolv::util::toUTF8String(path));
|
||||
pathStrings.push_back(wolv::io::fs::toNormalizedPathString(path));
|
||||
}
|
||||
|
||||
return pathStrings;
|
||||
|
||||
Reference in New Issue
Block a user