mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Replace old bigendian marshaller with new one.
This commit is contained in:
@@ -84,7 +84,7 @@ public sealed partial class HAMMER
|
||||
|
||||
SuperBlock superBlock = magic == HAMMER_FSBUF_VOLUME
|
||||
? Marshal.ByteArrayToStructureLittleEndian<SuperBlock>(sbSector)
|
||||
: Marshal.ByteArrayToStructureBigEndianGenerated<SuperBlock>(sbSector);
|
||||
: Marshal.ByteArrayToStructureBigEndian<SuperBlock>(sbSector);
|
||||
|
||||
sb.AppendLine(Localization.HAMMER_filesystem);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user