summaryrefslogtreecommitdiff
path: root/iconvdata/bug-iconv9.c
diff options
context:
space:
mode:
Diffstat (limited to 'iconvdata/bug-iconv9.c')
-rw-r--r--iconvdata/bug-iconv9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/bug-iconv9.c b/iconvdata/bug-iconv9.c
index e4ffd593e5..28f88d22e9 100644
--- a/iconvdata/bug-iconv9.c
+++ b/iconvdata/bug-iconv9.c
@@ -37,7 +37,7 @@ do_test (void)
}
if (in != inbuf + sizeof (inbuf) - 1)
{
- printf ("in advanced by %jd, expected %zu\n",
+ printf ("in advanced by %td, expected %zu\n",
in - inbuf, sizeof (inbuf) - 1);
res = 1;
}