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

index 0330aef18e01c1f8bb3e70009428f179e4ca4072..1545506cd1cba53fff8677f2db95bfd2d7cf3b27 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2015, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2015, 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
@@ -31,7 +31,7 @@ hex_dump(const char *msg, void *data, unsigned int length) {
 
        base = data;
 
-       printf("DUMP of %d bytes:  %s\n\t", length, msg);
+       printf("DUMP of %u bytes:  %s\n\t", length, msg);
        for (len = 0; len < length; len++) {
                if (len % 16 == 0 && !first)
                        printf("\n\t");
index f38861804cfa4fb898f2d65cb5a96e3ea180a3c1..7cc515eb76b020fbfb0c594cb349f138fbca3504 100644 (file)
 ./bin/tests/dst/win32/t_dst.vcxproj.filters.in X       2013,2015
 ./bin/tests/dst/win32/t_dst.vcxproj.in         X       2013,2015,2016,2017
 ./bin/tests/dst/win32/t_dst.vcxproj.user       X       2013
-./bin/tests/entropy2_test.c                    C       2000,2001,2004,2005,2007,2015,2016
+./bin/tests/entropy2_test.c C 2000,2001,2004,2005,2007,2015,2016,2018
 ./bin/tests/entropy_test.c                     C       2000,2001,2004,2005,2007,2015,2016
 ./bin/tests/fromhex.pl                         PERL    2015,2016
 ./bin/tests/fsaccess_test.c                    C       2000,2001,2004,2005,2007,2012,2015,2016