mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2024-11-25 16:32:07 +00:00
Fixed file deletion that was not updating the VTOC
This commit is contained in:
parent
e9af557200
commit
eda250185e
@ -341,3 +341,4 @@ class VTOC(BaseSectorList):
|
||||
def free_sector_list(self, sector_list):
|
||||
for sector in sector_list:
|
||||
self.sector_map[sector.sector_num] = 1
|
||||
self.calc_bitmap()
|
||||
|
Loading…
Reference in New Issue
Block a user