Fix ISO9660 extended attributes.

This commit is contained in:
2019-07-31 04:33:31 +01:00
parent 25bf3737d3
commit 2f10f92500
4 changed files with 37 additions and 18 deletions

View File

@@ -87,6 +87,7 @@ namespace DiscImageChef.Filesystems.ISO9660
public DateTime? Timestamp;
public ushort VolumeSequenceNumber;
public CdromXa? XA;
public byte XattrLength;
public override string ToString() => Filename;
}