DEFRAG HOTFIX
This commit is contained in:
@@ -145,7 +145,10 @@ impl MapFile {
|
|||||||
|
|
||||||
master.domain.end = self.map[idx].domain.end;
|
master.domain.end = self.map[idx].domain.end;
|
||||||
new_map.push(master);
|
new_map.push(master);
|
||||||
|
idx += 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self.map = new_map;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Extend the domain of the MapFile.
|
/// Extend the domain of the MapFile.
|
||||||
|
|||||||
Reference in New Issue
Block a user