From 91c05b33982a2cb2f25d26310b5110487c6e8300 Mon Sep 17 00:00:00 2001 From: Claudio Fontana Date: Sun, 8 Jan 2006 04:38:59 +0000 Subject: * fix bad offtostr usage (now uses return value) --- src/mkid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mkid.c b/src/mkid.c index 2c31fd8..6b5cef6 100644 --- a/src/mkid.c +++ b/src/mkid.c @@ -405,11 +405,11 @@ scan_files (struct idhead *idhp) hash_init (&token_table, n, token_hash_1, token_hash_2, token_hash_cmp); if (verbose_flag) { char offstr[INT_BUFSIZE_BOUND(off_t)]; - offtostr(largest_member_file, offstr); printf ("files=%ld, largest=%s, slots=%lu\n", idhp->idh_member_file_table.ht_fill, - offstr, token_table.ht_size); + offtostr(largest_member_file, offstr), + token_table.ht_size); } init_hits_signature (0); init_summary (); -- cgit v1.2.3