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

index 273050ee2ef62b0f3020f2fffc9717f88e6d8779..a2dbb7d36f1ab3dd7d796df02931890f6a099ce3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2015  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2015, 2018  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -38,7 +38,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 aaca44257217d3c9fa1d9aec822d5033fc4368cb..99e1caa91c0004f37478d4dd74f99fbdabff537a 100644 (file)
 ./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,2018
-./bin/tests/entropy_test.c                     C       2000,2001,2004,2005,2007,2015
+./bin/tests/entropy_test.c                     C       2000,2001,2004,2005,2007,2015,2018
 ./bin/tests/fromhex.pl                         PERL    2015
 ./bin/tests/fsaccess_test.c                    C       2000,2001,2004,2005,2007,2012,2015
 ./bin/tests/gxba_test.c                                C       2000,2001,2004,2005,2007,2015