Fix identification of some ADFS variants.

This commit is contained in:
2020-07-09 03:09:24 +01:00
parent 7cd5e0573d
commit 7015f44318

View File

@@ -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