mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
fix: Recent file entry name encoding being broken
This commit is contained in:
@@ -183,7 +183,9 @@ namespace hex::plugin::builtin::recent {
|
||||
.entryFilePath = path,
|
||||
.data = jsonData
|
||||
});
|
||||
} catch (...) { }
|
||||
} catch (const std::exception &e) {
|
||||
log::error("Failed to parse recent file: {}", e.what());
|
||||
}
|
||||
}
|
||||
|
||||
// Delete all recent provider files that are not in the list
|
||||
|
||||
Reference in New Issue
Block a user