mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
use %u instead of %d
This commit is contained in:
parent
64bc122d11
commit
4955c45c94
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2015-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
|
||||
|
|
@ -223,7 +223,7 @@ print_yaml(dns_dtdata_t *dt) {
|
|||
}
|
||||
|
||||
if (dt->msgdata.base != NULL) {
|
||||
printf(" message_size: %zdb\n", (size_t) dt->msgdata.length);
|
||||
printf(" message_size: %zub\n", (size_t) dt->msgdata.length);
|
||||
} else
|
||||
printf(" message_size: 0b\n");
|
||||
|
||||
|
|
|
|||
|
|
@ -2610,7 +2610,7 @@
|
|||
./bin/tools/arpaname.docbook SGML 2009,2014,2015,2016
|
||||
./bin/tools/arpaname.html HTML DOCBOOK
|
||||
./bin/tools/dnstap-read.1 MAN DOCBOOK
|
||||
./bin/tools/dnstap-read.c C 2015,2016,2017
|
||||
./bin/tools/dnstap-read.c C 2015,2016,2017,2018
|
||||
./bin/tools/dnstap-read.docbook SGML 2015,2016,2017
|
||||
./bin/tools/dnstap-read.html HTML DOCBOOK
|
||||
./bin/tools/genrandom.8 MAN DOCBOOK
|
||||
|
|
|
|||
Loading…
Reference in a new issue