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

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