DEFRAG HOTFIX

This commit is contained in:
Olivia Brooks
2026-01-21 11:25:50 -05:00
parent 5bca12406b
commit 5ea9e2afd3

View File

@@ -145,7 +145,10 @@ impl MapFile {
master.domain.end = self.map[idx].domain.end;
new_map.push(master);
idx += 1;
}
self.map = new_map;
}
/// Extend the domain of the MapFile.