mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix TODOs and code cleanup.
This commit is contained in:
@@ -43,7 +43,6 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
|
||||
if(entry.Extents is null) return Errno.InvalidArgument;
|
||||
|
||||
// TODO: XA
|
||||
uint eaSizeInSectors = (uint)(entry.XattrLength / 2048);
|
||||
if(entry.XattrLength % 2048 > 0) eaSizeInSectors++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user