diff options
Diffstat (limited to 'iconvdata/bug-iconv9.c')
-rw-r--r-- | iconvdata/bug-iconv9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/bug-iconv9.c b/iconvdata/bug-iconv9.c index e4ffd59..28f88d2 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; } |