Do not infinite loop on same LBA when Q CRC is never correct.

This commit is contained in:
2020-01-05 15:37:00 +00:00
parent aeac5ea0e6
commit 9be6f66f5d

View File

@@ -304,6 +304,8 @@ namespace DiscImageChef.Core.Devices.Dumping
dumpLog?.WriteLine($"Could not calculate pregap for track {track.TrackSequence}");
updateStatus?.Invoke($"Could not calculate pregap for track {track.TrackSequence}");
break;
}
}