mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix structure naming in Apple filesystems.
This commit is contained in:
@@ -57,7 +57,7 @@ namespace DiscImageChef.Filesystems.AppleMFS
|
||||
if(options.TryGetValue("debug", out string debugString))
|
||||
bool.TryParse(debugString, out debug);
|
||||
|
||||
volMDB = new MFS_MasterDirectoryBlock();
|
||||
volMDB = new MasterDirectoryBlock();
|
||||
|
||||
mdbBlocks = device.ReadSector(2 + partitionStart);
|
||||
bootBlocks = device.ReadSector(0 + partitionStart);
|
||||
|
||||
Reference in New Issue
Block a user