aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-p15.c
diff options
context:
space:
mode:
Diffstat (limited to 'scd/app-p15.c')
-rw-r--r--scd/app-p15.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/scd/app-p15.c b/scd/app-p15.c
index f11de5902..475226270 100644
--- a/scd/app-p15.c
+++ b/scd/app-p15.c
@@ -692,7 +692,8 @@ read_ef_odf (app_t app, unsigned short odf_fid)
}
if (buflen)
- log_info ("warning: %u bytes of garbage detected at end of ODF\n", buflen);
+ log_info ("warning: %u bytes of garbage detected at end of ODF\n",
+ (unsigned int)buflen);
xfree (buffer);
return 0;