mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
🐛Fix error sector list overflowing total sectors on dump.
This commit is contained in:
@@ -731,6 +731,8 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
// TODO: Reset device after X errors
|
||||
if(stopOnError) return; // TODO: Return more cleanly
|
||||
|
||||
if(i + skip > blocks) skip = (uint)(blocks - i);
|
||||
|
||||
// Write empty data
|
||||
DateTime writeStart = DateTime.Now;
|
||||
if(supportedSubchannel != MmcSubchannel.None)
|
||||
|
||||
Reference in New Issue
Block a user