mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix identification of Opera filesystem.
This commit is contained in:
@@ -37,7 +37,6 @@ namespace DiscImageChef.Filesystems
|
||||
byte[] sbSector = imagePlugin.ReadSector(0 + partition.Start);
|
||||
|
||||
SuperBlock sb = Marshal.ByteArrayToStructureBigEndian<SuperBlock>(sbSector);
|
||||
sb.sync_bytes = new byte[5];
|
||||
|
||||
if(sb.record_type != 1 || sb.record_version != 1) return;
|
||||
if(Encoding.ASCII.GetString(sb.sync_bytes) != SYNC) return;
|
||||
|
||||
Reference in New Issue
Block a user