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:
@@ -78,7 +78,7 @@ public sealed partial class Squash
|
||||
|
||||
break;
|
||||
case SQUASH_CIGAM:
|
||||
sqSb = Marshal.ByteArrayToStructureBigEndianGenerated<SuperBlock>(sector);
|
||||
sqSb = Marshal.ByteArrayToStructureBigEndian<SuperBlock>(sector);
|
||||
littleEndian = false;
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user