mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix identification of some ADFS variants.
This commit is contained in:
@@ -443,7 +443,7 @@ namespace Aaru.Filesystems
|
||||
}
|
||||
else if(bootChk == bootSector[0x1FF])
|
||||
{
|
||||
BootBlock bBlock = Marshal.ByteArrayToStructureLittleEndian<BootBlock>(sector);
|
||||
BootBlock bBlock = Marshal.ByteArrayToStructureLittleEndian<BootBlock>(bootSector);
|
||||
drSb = bBlock.discRecord;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user