[ISO9660] Remove leftover line from fix in b7dabe6 that introduces another bug.

This commit is contained in:
2025-01-04 14:49:55 +00:00
parent 66cb455b99
commit 7dcb22ba94

View File

@@ -76,12 +76,10 @@ public sealed partial class ISO9660
ErrorNumber errno = _image.ReadSectorTag(entry.Extents[0].extent * _blockSize / 2048,
SectorTagType.CdSectorSubHeader,
out byte[] sector);
out _);
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.copy");