mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Do not infinite loop on same LBA when Q CRC is never correct.
This commit is contained in:
@@ -304,6 +304,8 @@ namespace DiscImageChef.Core.Devices.Dumping
|
|||||||
|
|
||||||
dumpLog?.WriteLine($"Could not calculate pregap for track {track.TrackSequence}");
|
dumpLog?.WriteLine($"Could not calculate pregap for track {track.TrackSequence}");
|
||||||
updateStatus?.Invoke($"Could not calculate pregap for track {track.TrackSequence}");
|
updateStatus?.Invoke($"Could not calculate pregap for track {track.TrackSequence}");
|
||||||
|
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user