mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Skip intersession leads.
This commit is contained in:
@@ -1573,6 +1573,14 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
break;
|
||||
}
|
||||
|
||||
while(leadOutExtents.Contains(i))
|
||||
{
|
||||
i++;
|
||||
}
|
||||
|
||||
if((long)i > lastSector)
|
||||
break;
|
||||
|
||||
uint firstSectorToRead = (uint)i;
|
||||
|
||||
if((lastSector + 1) - (long)i < _maximumReadable)
|
||||
|
||||
Reference in New Issue
Block a user