summaryrefslogtreecommitdiff
path: root/iconv
diff options
context:
space:
mode:
Diffstat (limited to 'iconv')
-rw-r--r--iconv/tst-iconv3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconv/tst-iconv3.c b/iconv/tst-iconv3.c
index 7d92d3bb1c..f31c8129d7 100644
--- a/iconv/tst-iconv3.c
+++ b/iconv/tst-iconv3.c
@@ -42,7 +42,7 @@ main (int argc, char *argv[])
printf ("inptr change: %td\n", inptr - inbuf);
printf ("inlen change: %zd\n", BUFSIZE - inbytes_left);
- printf ("outptr change: %zd\n", outptr - (char *) outbuf);
+ printf ("outptr change: %td\n", outptr - (char *) outbuf);
printf ("outlen change: %zd\n", BUFSIZE * 4 - outbytes_left);
result = 1;
}