Change sense check when crossing lead-out.

This commit is contained in:
2020-01-03 00:09:07 +00:00
parent 9daf5936e1
commit c7b6b80c47

View File

@@ -344,7 +344,7 @@ namespace DiscImageChef.Core.Devices.Dumping
} }
else else
{ {
if(crossingLeadOut && Sense.DecodeFixed(senseBuf)?.Information == lastSector + 1) if(crossingLeadOut && Sense.DecodeFixed(senseBuf)?.ASC == 0x21)
{ {
failedCrossingLeadOut = true; failedCrossingLeadOut = true;
blocksToRead = 0; blocksToRead = 0;