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:
@@ -65,7 +65,7 @@ public sealed partial class SFS
|
||||
|
||||
if(errno != ErrorNumber.NoError) return;
|
||||
|
||||
RootBlock rootBlock = Marshal.ByteArrayToStructureBigEndianGenerated<RootBlock>(rootBlockSector);
|
||||
RootBlock rootBlock = Marshal.ByteArrayToStructureBigEndian<RootBlock>(rootBlockSector);
|
||||
|
||||
var sbInformation = new StringBuilder();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user