Skip to content

Commit

Permalink
fix: Crash when saving projects
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Feb 28, 2022
1 parent b57730c commit e4a3181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libimhex/source/helpers/project_file_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ namespace hex {
filePath = ProjectFile::s_currProjectFilePath;

try {
projectFileData["filePath"] = ProjectFile::s_filePath;
projectFileData["filePath"] = ProjectFile::s_filePath.string();
projectFileData["pattern"] = ProjectFile::s_pattern;
projectFileData["patches"] = ProjectFile::s_patches;
projectFileData["dataProcessor"] = ProjectFile::s_dataProcessorContent;
Expand Down

0 comments on commit e4a3181

Please sign in to comment.