mirror of
https://github.com/claunia/edccchk.git
synced 2025-12-16 19:24:51 +00:00
Corrected counting 1 sector more than real.
This commit is contained in:
@@ -21,11 +21,6 @@ Features
|
||||
* Supports Mode 0, Mode 1 and Mode 2 data sectors, ignores Audio sectors.
|
||||
* Shows failing sectors as MSF.
|
||||
|
||||
Known bugs
|
||||
==========
|
||||
|
||||
* Total sectors count gets always 1 more than sectors exist.
|
||||
|
||||
Changelog
|
||||
=========
|
||||
|
||||
@@ -47,6 +42,9 @@ Changelog
|
||||
2014/03/15 v1.25
|
||||
* Corrected mishandling of end of data. It was checking for a sector on what should be uninitialized memory instead of breaking main loop.
|
||||
|
||||
2014/03/16 v1.26
|
||||
* Corrected counting 1 sector more than real.
|
||||
|
||||
To-Do
|
||||
=====
|
||||
|
||||
|
||||
@@ -503,7 +503,6 @@ static int8_t ecmify(
|
||||
//
|
||||
// Show report
|
||||
//
|
||||
totalsectors++;
|
||||
printf("Non-data sectors........ %d\n", nondatasectors);
|
||||
printf("Mode 0 sectors.......... %d\n", mode0sectors);
|
||||
printf("\twith errors..... %d\n", mode0errors);
|
||||
|
||||
Reference in New Issue
Block a user