Corrected XA structure size.

This commit is contained in:
2017-10-09 07:44:06 +01:00
parent 20e177e1e1
commit 81313fa166

View File

@@ -359,6 +359,7 @@ namespace DiscImageChef.Filesystems.ISO9660
public XaAttributes attributes;
public ushort signature;
public byte filenumber;
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 5)]
public byte[] reserved;
}