Fix listing extended attributes in ISO9660 for empty files.

This commit is contained in:
2020-06-25 23:19:49 +01:00
parent 8e62a63efb
commit d0100b3cdc

View File

@@ -79,6 +79,7 @@ namespace Aaru.Filesystems.ISO9660
xattrs.Add("com.amiga.comments");
if(entry.Flags.HasFlag(FileFlags.Directory) ||
entry.Extents == null ||
entry.Extents.Count == 0)
return Errno.NoError;