mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -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:
@@ -60,7 +60,7 @@ namespace hex::plugin::builtin::prv {
|
||||
}
|
||||
|
||||
|
||||
void DiskProvider::setPath(const fs::path &path) {
|
||||
void DiskProvider::setPath(const std::fs::path &path) {
|
||||
this->m_path = path;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user