mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix swapping location of big-endian path table in ISO9660 debug mode.
This commit is contained in:
@@ -610,7 +610,7 @@ namespace Aaru.Filesystems.ISO9660
|
||||
{
|
||||
Extents = new List<(uint extent, uint size)>
|
||||
{
|
||||
(pathTableMsbLocation, (uint)pathTableData.Length)
|
||||
(Swapping.Swap(pathTableMsbLocation), (uint)pathTableData.Length)
|
||||
},
|
||||
Filename = "$PATH_TABLE.MSB", Size = (uint)pathTableData.Length, Timestamp = decodedVd.CreationTime
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user