mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
fix: Opening files with unicode characters in their path
This commit is contained in:
@@ -60,9 +60,9 @@ namespace hex::plugin::builtin::prv {
|
||||
void *m_mappedFile = nullptr;
|
||||
size_t m_fileSize = 0;
|
||||
|
||||
struct stat m_fileStats = { 0 };
|
||||
bool m_fileStatsValid = false;
|
||||
bool m_emptyFile = false;
|
||||
struct stat m_fileStats = { 0 };
|
||||
|
||||
bool m_readable = false, m_writable = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user