2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

use %u instead of %d

This commit is contained in:
Mark Andrews 2018-02-15 00:02:14 +11:00
parent b234797536
commit eaddb0c686
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 1999-2005, 2007, 2009, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2005, 2007, 2009, 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
@ -552,7 +552,7 @@ totext_loc(ARGS_TOTEXT) {
}
snprintf(buf, sizeof(buf),
"%d %d %d.%03d %s %d %d %d.%03d %s %s%ld.%02ldm %s %s %s",
"%d %d %d.%03d %s %d %d %d.%03d %s %s%lu.%02lum %s %s %s",
d1, m1, s1, fs1, north ? "N" : "S",
d2, m2, s2, fs2, east ? "E" : "W",
below ? "-" : "", altitude/100, altitude % 100,

View File

@ -3538,7 +3538,7 @@
./lib/dns/rdata/generic/l32_105.h C 2013,2016
./lib/dns/rdata/generic/l64_106.c C 2013,2014,2015,2016,2017
./lib/dns/rdata/generic/l64_106.h C 2013,2016
./lib/dns/rdata/generic/loc_29.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2015,2016,2017
./lib/dns/rdata/generic/loc_29.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2015,2016,2017,2018
./lib/dns/rdata/generic/loc_29.h C 1999,2000,2001,2004,2005,2007,2016
./lib/dns/rdata/generic/lp_107.c C 2013,2015,2016,2017
./lib/dns/rdata/generic/lp_107.h C 2013,2016