mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
fix: Inserting bytes and resizing files not working correctly
This commit is contained in:
@@ -87,6 +87,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
void FileProvider::resizeRaw(u64 newSize) {
|
||||
m_file.setSize(newSize);
|
||||
m_fileSize = newSize;
|
||||
}
|
||||
|
||||
void FileProvider::insertRaw(u64 offset, u64 size) {
|
||||
|
||||
Reference in New Issue
Block a user