mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix CDROM XA structure.
This commit is contained in:
@@ -41,13 +41,13 @@ namespace Aaru.Filesystems.ISO9660
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
struct CdromXa
|
||||
{
|
||||
public readonly XaAttributes attributes;
|
||||
public readonly byte filenumber;
|
||||
public readonly ushort group;
|
||||
public readonly ushort user;
|
||||
public readonly XaAttributes attributes;
|
||||
public readonly ushort signature;
|
||||
public readonly byte filenumber;
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 5)]
|
||||
public readonly byte[] reserved;
|
||||
public readonly ushort signature;
|
||||
public readonly ushort user;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user