mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added TODO for dumping.
This commit is contained in:
@@ -776,6 +776,8 @@ namespace DiscImageChef.Core.Devices.Dumping
|
|||||||
(double)blockSize * (double)(blocks + 1) / 1024 / imageWriteDuration);
|
(double)blockSize * (double)(blocks + 1) / 1024 / imageWriteDuration);
|
||||||
|
|
||||||
#region Compact Disc Error handling
|
#region Compact Disc Error handling
|
||||||
|
// TODO: Pass 0 should be called differently, splitting, or something like that, because we are just
|
||||||
|
// separating skipped good sectors from really bad sectors and it's getting too chatty on log there...
|
||||||
if(resume.BadBlocks.Count > 0 && !aborted)
|
if(resume.BadBlocks.Count > 0 && !aborted)
|
||||||
{
|
{
|
||||||
int pass = 0;
|
int pass = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user