mirror of
https://github.com/claunia/edccchk.git
synced 2025-12-16 19:24:51 +00:00
Mode 2 errors where not counting on total. Bumped to version 1.11.
This commit is contained in:
@@ -402,6 +402,7 @@ static int8_t ecmify(
|
||||
{
|
||||
fprintf(stderr, "Mode 2 form 2 sector with error at address: %02X:%02X:%02X\n", sector[0x00C], sector[0x00D], sector[0x00E]);
|
||||
mode2f2errors++;
|
||||
totalerrors++;
|
||||
}
|
||||
}
|
||||
else
|
||||
@@ -417,6 +418,7 @@ static int8_t ecmify(
|
||||
{
|
||||
fprintf(stderr, "Mode 2 form 1 sector with error at address: %02X:%02X:%02X\n", sector[0x00C], sector[0x00D], sector[0x00E]);
|
||||
mode2f1errors++;
|
||||
totalerrors++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user