aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run-import.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-import.c')
-rw-r--r--tests/run-import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-import.c b/tests/run-import.c
index d98871c3..f464eb1d 100644
--- a/tests/run-import.c
+++ b/tests/run-import.c
@@ -135,7 +135,7 @@ main (int argc, char **argv)
err = gpgme_op_getauditlog (ctx, log, GPGME_AUDITLOG_DIAG);
fail_if_err (err);
buf = gpgme_data_release_and_get_mem (log, &len);
- printf ("\nDiagnostic output:\n%.*s\n", len, buf);
+ printf ("\nDiagnostic output:\n%.*s\n", (int)len, buf);
free (buf);
}