]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use %u instead of %d
authorMark Andrews <marka@isc.org>
Wed, 14 Feb 2018 07:39:05 +0000 (18:39 +1100)
committerMark Andrews <marka@isc.org>
Fri, 16 Feb 2018 06:51:07 +0000 (17:51 +1100)
bin/tests/rbt_test.c
util/copyrights

index f0c0f8c69b0c5170765b0d793d1f1a3c41855892..f9410bb881546dfb57d805622c2836baada77710 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2015  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2015, 2018  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -186,7 +186,7 @@ detail(dns_rbt_t *rbt, dns_name_t *name) {
                printf("\n  result from dns_rbtnodechain_current: %s\n",
                       dns_result_totext(result));
 
-       printf("  level_matches = %d, level_count = %d\n",
+       printf("  level_matches = %u, level_count = %u\n",
               chain.level_matches, chain.level_count);
 }
 
index ac88ba6dac9ddbb2ace2fe3290038e3a46a9d109..9af414cdb33ad9d02105bd6f8291f3ac025c48cb 100644 (file)
 ./bin/tests/rbt/win32/t_rbt.vcxproj.filters.in X       2013,2015
 ./bin/tests/rbt/win32/t_rbt.vcxproj.in         X       2013,2015,2016,2017
 ./bin/tests/rbt/win32/t_rbt.vcxproj.user       X       2013
-./bin/tests/rbt_test.c                         C       1999,2000,2001,2004,2005,2007,2009,2011,2015
+./bin/tests/rbt_test.c                         C       1999,2000,2001,2004,2005,2007,2009,2011,2015,2018
 ./bin/tests/rbt_test.out                       X       1999,2000,2001
 ./bin/tests/rbt_test.txt                       SH      1999,2000,2001,2004,2007,2012
 ./bin/tests/resolv.conf.sample                 CONF-SH 2000,2001,2004,2007,2012