From b5dcacb4502be39d30efd2f928b9a30c91eeb0d3 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 2 Nov 2012 20:04:52 +0100 Subject: Fix printf format mismatches --- iconvdata/bug-iconv9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconvdata/bug-iconv9.c') 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; } -- cgit v1.2.3