Reporting speed with -check_md5, -compare, -find, -compare_l, -update

This commit is contained in:
2012-01-23 10:40:59 +00:00
parent bc31897fa5
commit aeff97d4be
7 changed files with 8 additions and 8 deletions

View File

@ -2011,7 +2011,7 @@ int Xorriso_check_md5_range(struct XorrisO *xorriso, off_t start_lba,
xorriso->pacifier_count+= data_count;
xorriso->pacifier_byte_count+= data_count;
Xorriso_pacifier_callback(xorriso, "content bytes read",
xorriso->pacifier_count, 0, "", 0);
xorriso->pacifier_count, 0, "", 8);
}
iso_md5_end(&ctx, data_md5);
ret= 1;