diff options
Diffstat (limited to '')
-rw-r--r-- | tests/gpgsm/t-sign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpgsm/t-sign.c b/tests/gpgsm/t-sign.c index d346b9e3..5fd6f069 100644 --- a/tests/gpgsm/t-sign.c +++ b/tests/gpgsm/t-sign.c @@ -59,7 +59,7 @@ check_result (gpgme_sign_result_t result, gpgme_sig_mode_t type) } if (result->signatures->class != 0) { - fprintf (stderr, "Wrong signature class reported: %lu\n", + fprintf (stderr, "Wrong signature class reported: %u\n", result->signatures->class); exit (1); } |