mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix listing extended attributes in ISO9660 for empty files.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user