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

index c79ee9ace624d67aff6f6b964a73dd2b9c1fdbed..05d24d9deef510c023fb9fae881c9e0828332680 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2014-2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2014-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
@@ -125,7 +125,7 @@ main(int argc, char *argv[]) {
                printf("slot %lu\n", slot);
 
        if (id) {
-               printf("id %i\n", id);
+               printf("id %u\n", id);
                attr_id[0] = (id >> 8) & 0xff;
                attr_id[1] = id & 0xff;
        } else if (label != NULL) {
index e30b408631aa594b1b44dc85126dc68615132d6b..1ef4776c9058b6eeebd87dc6a152d2a84d331186 100644 (file)
 ./bin/pkcs11/pkcs11-keygen.docbook             SGML    2009,2014,2015,2016,2017
 ./bin/pkcs11/pkcs11-keygen.html                        HTML    DOCBOOK
 ./bin/pkcs11/pkcs11-list.8                     MAN     DOCBOOK
-./bin/pkcs11/pkcs11-list.c                     C       2009,2014,2015,2016
+./bin/pkcs11/pkcs11-list.c C 2009,2014,2015,2016,2018
 ./bin/pkcs11/pkcs11-list.docbook               SGML    2009,2014,2015,2016
 ./bin/pkcs11/pkcs11-list.html                  HTML    DOCBOOK
 ./bin/pkcs11/pkcs11-tokens.8                   MAN     DOCBOOK