fix: Inserting bytes and resizing files not working correctly
This commit is contained in:
parent
d5f323a2cd
commit
ce9bd796d6
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user