From: Harlan Stenn Date: Mon, 18 Feb 2013 08:05:01 +0000 (-0500) Subject: CID 739723: Print sizeof as unsigned X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7feea5cd69facdc1b5ea13f7c0cf0d5bc40a6673;p=thirdparty%2Fntp.git CID 739723: Print sizeof as unsigned bk: 5121e0addKMy5vQ2HowBD-Nyb_HYqg --- diff --git a/ChangeLog b/ChangeLog index 06764c1260..5fc8f3dd49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* CID 739723: Print sizeof as unsigned. * CID 971094: Clean up time of check/time of use in check_leap_file(). (4.2.7p354) 2013/02/10 Released by Harlan Stenn * CID 97194: Check return from setsockopt(). diff --git a/sntp/main.c b/sntp/main.c index ec76c14aaf..c5965aa40f 100644 --- a/sntp/main.c +++ b/sntp/main.c @@ -707,7 +707,7 @@ timeout_queries(void) long age; int didsomething = 0; - TRACE(3, ("timeout_queries: called to check %d items\n", + TRACE(3, ("timeout_queries: called to check %u items\n", COUNTOF(fam_listheads))); gettimeofday_cached(base, &start_cb);