mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Do not try to fix inexactly positioned Q pregaps, as this introduces more errors than it fixes.
This commit is contained in:
@@ -300,10 +300,7 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
int diff = posQ - lba;
|
||||
|
||||
if(diff != 0)
|
||||
{
|
||||
inexactPositioning = true;
|
||||
pregapQ += diff;
|
||||
}
|
||||
inexactPositioning = true;
|
||||
|
||||
// Bigger than known change, otherwise we found it
|
||||
if(pregapQ > pregaps[track.TrackSequence])
|
||||
|
||||
Reference in New Issue
Block a user