]> 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>
Thu, 15 Feb 2018 23:19:57 +0000 (10:19 +1100)
bin/tests/rbt_test.c
util/copyrights

index c0586fc12c5a98814549172d41bd9c2e1576765b..f536c9fe47e16679cfd6c54e1026cb1fc5370949 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2009, 2011, 2012, 2014-2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 1999-2001, 2004, 2005, 2007, 2009, 2011, 2012, 2014-2016, 2018  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -177,7 +177,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 75f1ff7a84d395440644cbb8d41f52a7c769a8c7..59399003ee9de5e3ecaca2fbab8839bed7b6c2b6 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,2012,2014,2015,2016
+./bin/tests/rbt_test.c C 1999,2000,2001,2004,2005,2007,2009,2011,2012,2014,2015,2016,2018
 ./bin/tests/rbt_test.out                       X       1999,2000,2001
 ./bin/tests/rbt_test.txt                       SH      1999,2000,2001,2004,2007,2012,2016
 ./bin/tests/resolv.conf.sample                 CONF-SH 2000,2001,2004,2007,2012,2016