mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Handle when ISO9660 directories have extended attributes.
This commit is contained in:
@@ -132,6 +132,7 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
public uint Extent;
|
||||
public string Name;
|
||||
public ushort Parent;
|
||||
public byte XattrLength;
|
||||
|
||||
public override string ToString() => Name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user