mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Correct typo
This commit is contained in:
@@ -86,7 +86,7 @@ namespace DiscImageChef.Plugins
|
||||
|
||||
byte[] pString;
|
||||
|
||||
byte[] bb_sector = imagePlugin.ReadSector(2 + partitionOffset); // BB's first sector
|
||||
byte[] bb_sector = imagePlugin.ReadSector(partitionOffset); // BB's first sector
|
||||
byte[] mdb_sector = imagePlugin.ReadSector(2 + partitionOffset); // MDB sector
|
||||
MDB.drSigWord = BigEndianBitConverter.ToUInt16(mdb_sector, 0x000);
|
||||
if (MDB.drSigWord != HFS_MAGIC)
|
||||
|
||||
Reference in New Issue
Block a user