Corrected counting 1 sector more than real.

This commit is contained in:
2014-03-15 21:14:25 +00:00
parent d8d8c27ec6
commit 2cf51e58d0
3 changed files with 4 additions and 7 deletions

View File

@@ -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
=====

View File

@@ -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);

View File

@@ -1 +1 @@
"v1.25"
"v1.26"