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:
@@ -63,7 +63,7 @@ namespace DiscImageChef.Filesystems.AppleMFS
|
||||
|
||||
var sb = new StringBuilder();
|
||||
|
||||
var mdb = new MFS_MasterDirectoryBlock();
|
||||
var mdb = new MasterDirectoryBlock();
|
||||
|
||||
byte[] pString = new byte[16];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user