]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use %u instead of %d
authorMark Andrews <marka@isc.org>
Wed, 14 Feb 2018 08:08:40 +0000 (19:08 +1100)
committerMark Andrews <marka@isc.org>
Thu, 15 Feb 2018 23:20:38 +0000 (10:20 +1100)
bin/tests/timer_test.c
util/copyrights

index 790ce405740b7fa5d724f940b872a2c0a12df325..5f6015bdcbd5c3654fc923f158078dc7303277b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1998-2001, 2004, 2007, 2013-2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 1998-2001, 2004, 2007, 2013-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
@@ -106,7 +106,7 @@ main(int argc, char *argv[]) {
                        workers = 8192;
        } else
                workers = 2;
-       printf("%d workers\n", workers);
+       printf("%u workers\n", workers);
 
        RUNTIME_CHECK(isc_mem_create(0, 0, &mctx1) == ISC_R_SUCCESS);
        RUNTIME_CHECK(isc_taskmgr_create(mctx1, workers, 0, &manager) ==
index eca5b40f94331445a52a2b4e6c13f8c36af747e5..95a0faa6b0fac888f4e6e40405a4f018a2028270 100644 (file)
 ./bin/tests/tasks/win32/t_tasks.vcxproj.filters.in     X       2013,2015
 ./bin/tests/tasks/win32/t_tasks.vcxproj.in     X       2013,2015,2016,2017
 ./bin/tests/tasks/win32/t_tasks.vcxproj.user   X       2013,2015
-./bin/tests/timer_test.c                       C       1998,1999,2000,2001,2004,2007,2013,2014,2015,2016
+./bin/tests/timer_test.c                       C       1998,1999,2000,2001,2004,2007,2013,2014,2015,2016,2018
 ./bin/tests/timers/Makefile.in                 MAKE    1999,2000,2001,2002,2004,2007,2009,2012,2014,2016,2017
 ./bin/tests/timers/t_timers.c                  C       1999,2000,2001,2004,2007,2008,2009,2011,2013,2016
 ./bin/tests/timers/win32/t_timers.vcxproj.filters.in   X       2013,2015