X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fintegrity.c;h=55d950a6da62782bc2dce35434ccf1d13b4602f3;hb=81a608ecc78f13a32a69c6185fdacdcf30177ddd;hp=49fe514c7300f8dc42bcb4446da2a95a364263b6;hpb=6f7956a06fcf92a304fae93e393e8eaee34e92d5;p=wimlib diff --git a/src/integrity.c b/src/integrity.c index 49fe514c..55d950a6 100644 --- a/src/integrity.c +++ b/src/integrity.c @@ -209,8 +209,7 @@ int check_wim_integrity(WIMStruct *w, int show_progress, int *status) "the %"PRIu64" bytes from the end of the header to the", expected_num_entries, bytes_to_check); ERROR("end of the lookup table with a chunk size of %u, but " - "there were only %u entries", expected_num_entries, - bytes_to_check, chunk_size, num_entries); + "there were only %u entries", chunk_size, num_entries); ret = WIMLIB_ERR_INVALID_INTEGRITY_TABLE; goto out; }