]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use %u instead of %d
authorMark Andrews <marka@isc.org>
Wed, 14 Feb 2018 13:02:14 +0000 (00:02 +1100)
committerMark Andrews <marka@isc.org>
Thu, 15 Feb 2018 23:20:38 +0000 (10:20 +1100)
lib/dns/rdata/generic/loc_29.c
util/copyrights

index e80d7bcc40d05ce51b57b80f6562aac84220c7c7..6e32bc0858b0a51bf5d6cbdf7a467ff5222bfddd 100644 (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,
index 765e2a99cb667b7ada7b46b82c605e0d1f08b8e8..fe7a514aca612ebaf4b18b883c343c188f6649f6 100644 (file)
 ./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