summaryrefslogtreecommitdiff
path: root/string/tst-strlen.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/tst-strlen.c')
-rw-r--r--string/tst-strlen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/tst-strlen.c b/string/tst-strlen.c
index c43cb1a4d6..1b1f8344b8 100644
--- a/string/tst-strlen.c
+++ b/string/tst-strlen.c
@@ -33,7 +33,7 @@ main(int argc, char *argv[])
if (strlen (buf) != words * 4 + lens[last])
{
- printf ("failed for base=%d, words=%d, and last=%d\n",
+ printf ("failed for base=%Zu, words=%Zu, and last=%Zu\n",
base, words, last);
return 1;
}