mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
sys: Refactor of filesystem functions. Fixed crashes where fs errors weren't caught correctly
Addresses the crash mentioned in #462
This commit is contained in:
@@ -37,7 +37,7 @@ namespace hex::prv {
|
||||
}
|
||||
|
||||
void Provider::save() { }
|
||||
void Provider::saveAs(const fs::path &path) { }
|
||||
void Provider::saveAs(const std::fs::path &path) { }
|
||||
|
||||
void Provider::resize(size_t newSize) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user