mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix progress bar reinitialization on the loops in dumpers.
This commit is contained in:
@@ -1562,10 +1562,10 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
else runningPersistent = true;
|
||||
}
|
||||
|
||||
InitProgress?.Invoke();
|
||||
cdRepeatRetry:
|
||||
ulong[] tmpArray = resume.BadBlocks.ToArray();
|
||||
List<ulong> sectorsNotEvenPartial = new List<ulong>();
|
||||
InitProgress?.Invoke();
|
||||
foreach(ulong badSector in tmpArray)
|
||||
{
|
||||
if(aborted)
|
||||
|
||||
Reference in New Issue
Block a user