use %u instead of %d

This commit is contained in:
Mark Andrews
2018-02-14 18:39:05 +11:00
parent ee49362e33
commit f0981d9682
2 changed files with 3 additions and 3 deletions

View 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);
}

View File

@@ -589,7 +589,7 @@
./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