mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Corrected XA structure size.
This commit is contained in:
@@ -359,6 +359,7 @@ namespace DiscImageChef.Filesystems.ISO9660
|
|||||||
public XaAttributes attributes;
|
public XaAttributes attributes;
|
||||||
public ushort signature;
|
public ushort signature;
|
||||||
public byte filenumber;
|
public byte filenumber;
|
||||||
|
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 5)]
|
||||||
public byte[] reserved;
|
public byte[] reserved;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user