]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] previous commit incomplete
authorEvan Hunt <each@isc.org>
Mon, 18 Nov 2013 23:59:53 +0000 (15:59 -0800)
committerEvan Hunt <each@isc.org>
Mon, 18 Nov 2013 23:59:53 +0000 (15:59 -0800)
bin/dig/dighost.c

index 392fa7cdae349ca1c5672640e9710a8a72359b02..0b25bdd60201b54b41cb4fbc85f0072a6de626bc 100644 (file)
@@ -547,8 +547,8 @@ debug(const char *format, ...) {
                fflush(stdout);
                if (debugtiming) {
                        TIME_NOW(&t);
-                       fprintf(stderr, "%d.%06d: ",
-                               t.seconds, t.nanoseconds / 1000);
+                       fprintf(stderr, "%d.%06d: ", isc_time_seconds(&t),
+                               isc_time_nanoseconds(&t) / 1000);
                }
                va_start(args, format);
                vfprintf(stderr, format, args);