about summary refs log tree commit diff
path: root/iconvdata/bug-iconv9.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-11-02 20:04:52 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2012-11-02 22:52:16 +0100
commitb5dcacb4502be39d30efd2f928b9a30c91eeb0d3 (patch)
treea1065ee9cb8539a2b2dd1075d71e58561a2e64cb /iconvdata/bug-iconv9.c
parentf7934be8f6bb5f47def626af7bd9098e8fb3e950 (diff)
downloadglibc-b5dcacb4502be39d30efd2f928b9a30c91eeb0d3.tar.gz
glibc-b5dcacb4502be39d30efd2f928b9a30c91eeb0d3.tar.xz
glibc-b5dcacb4502be39d30efd2f928b9a30c91eeb0d3.zip
Fix printf format mismatches
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;
     }