1
0
mirror of synced 2024-09-25 12:08:26 +02:00

fix: Crash when saving projects

This commit is contained in:
WerWolv 2022-03-01 00:03:39 +01:00
parent b57730c28b
commit e4a3181e1d

View File

@ -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;