[pkg-opensc-commit] [pkcs11-helper] 33/60: signed to unsigned cleanups

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to tag pkcs11-helper-1.02
in repository pkcs11-helper.

commit 38be02f42e059181a6dabe9be8185d33500bb77d
Author: alonbl <alonbl at 485eb718-1723-0410-b8a9-88cf21a28c35>
Date:   Sat Dec 9 12:57:27 2006 +0000

    signed to unsigned cleanups
---
 tests/basic/basic.c             | 2 +-
 tests/certificate/certificate.c | 2 +-
 tests/slotevent/slotevent.c     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/basic/basic.c b/tests/basic/basic.c
index f589c88..4af909b 100644
--- a/tests/basic/basic.c
+++ b/tests/basic/basic.c
@@ -6,7 +6,7 @@
 static
 void
 fatal (const char * const m, CK_RV rv) {
-	fprintf (stderr, "%s - %08lx - %s\n", m, rv, pkcs11h_getMessage (rv));
+	fprintf (stderr, "%s - %08lu - %s\n", m, rv, pkcs11h_getMessage (rv));
 	exit (1);
 }
 
diff --git a/tests/certificate/certificate.c b/tests/certificate/certificate.c
index a9e3732..bf42c05 100644
--- a/tests/certificate/certificate.c
+++ b/tests/certificate/certificate.c
@@ -17,7 +17,7 @@ int main () {
 static
 void
 fatal (const char * const m, CK_RV rv) {
-	fprintf (stderr, "%s - %08lx - %s\n", m, rv, pkcs11h_getMessage (rv));
+	fprintf (stderr, "%s - %lu - %s\n", m, rv, pkcs11h_getMessage (rv));
 	exit (1);
 }
 
diff --git a/tests/slotevent/slotevent.c b/tests/slotevent/slotevent.c
index a36f95e..7dfccc2 100644
--- a/tests/slotevent/slotevent.c
+++ b/tests/slotevent/slotevent.c
@@ -22,7 +22,7 @@ int main () {
 static
 void
 fatal (const char * const m, CK_RV rv) {
-	fprintf (stderr, "%s - %08lx - %s\n", m, rv, pkcs11h_getMessage (rv));
+	fprintf (stderr, "%s - %08lu - %s\n", m, rv, pkcs11h_getMessage (rv));
 	exit (1);
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git



More information about the pkg-opensc-commit mailing list