fix: Inserting bytes and resizing files not working correctly

This commit is contained in:
WerWolv
2024-02-28 22:21:14 +01:00
parent 99eaca4d09
commit 9ce3a9e612

View File

@@ -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) {