diff options
Diffstat (limited to 'tests/Test_indefinite.c')
-rw-r--r-- | tests/Test_indefinite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Test_indefinite.c b/tests/Test_indefinite.c index 1100421..697faf9 100644 --- a/tests/Test_indefinite.c +++ b/tests/Test_indefinite.c @@ -104,7 +104,7 @@ main (int argc, char *argv[]) if (result != ASN1_SUCCESS) { asn1_perror (result); - printf ("Cannot decode BER data (size %d)\n", size); + printf ("Cannot decode BER data (size %ld)\n", size); exit (1); } |