mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Fixed MOST name inconsistencies.
This commit is contained in:
@@ -279,7 +279,7 @@ namespace DiscImageChef.Filesystems.AppleMFS
|
||||
if(tags)
|
||||
sectors =
|
||||
device.ReadSectorsTag((ulong)((nextBlock - 2) * sectorsPerBlock) + volMDB.drAlBlSt + partitionStart,
|
||||
(uint)sectorsPerBlock, ImagePlugins.SectorTagType.AppleSectorTag);
|
||||
(uint)sectorsPerBlock, DiscImages.SectorTagType.AppleSectorTag);
|
||||
else
|
||||
sectors =
|
||||
device.ReadSectors((ulong)((nextBlock - 2) * sectorsPerBlock) + volMDB.drAlBlSt + partitionStart,
|
||||
|
||||
Reference in New Issue
Block a user