From 4dcfb5fb22edbe30f0430cd16fb5e328f72e4eac Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 14 Mar 2000 19:27:55 +0000 Subject: [PATCH] lint --- lib/isc/log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/isc/log.c b/lib/isc/log.c index 9e4b8be672..468e5c2a91 100644 --- a/lib/isc/log.c +++ b/lib/isc/log.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: log.c,v 1.21 2000/03/10 17:53:16 tale Exp $ */ +/* $Id: log.c,v 1.22 2000/03/14 19:27:55 halley Exp $ */ /* Principal Authors: DCL */ @@ -1189,7 +1189,7 @@ isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category, snprintf(time_string + len, sizeof(time_string) - len, - ".%03ld ", + ".%03u ", isc_time_nanoseconds(&time) / 1000000);