mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[ISO9660] Remove leftover line from fix in b7dabe6 that introduces another bug.
This commit is contained in:
@@ -76,12 +76,10 @@ public sealed partial class ISO9660
|
|||||||
|
|
||||||
ErrorNumber errno = _image.ReadSectorTag(entry.Extents[0].extent * _blockSize / 2048,
|
ErrorNumber errno = _image.ReadSectorTag(entry.Extents[0].extent * _blockSize / 2048,
|
||||||
SectorTagType.CdSectorSubHeader,
|
SectorTagType.CdSectorSubHeader,
|
||||||
out byte[] sector);
|
out _);
|
||||||
|
|
||||||
if(errno != ErrorNumber.NoError) return errno;
|
if(errno != ErrorNumber.NoError) return errno;
|
||||||
|
|
||||||
if(sector[15] != 2) return ErrorNumber.NoError;
|
|
||||||
|
|
||||||
xattrs.Add("org.iso.mode2.subheader");
|
xattrs.Add("org.iso.mode2.subheader");
|
||||||
xattrs.Add("org.iso.mode2.subheader.copy");
|
xattrs.Add("org.iso.mode2.subheader.copy");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user