summaryrefslogtreecommitdiff
path: root/stdlib/tst-strtod2.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/tst-strtod2.c')
-rw-r--r--stdlib/tst-strtod2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/tst-strtod2.c b/stdlib/tst-strtod2.c
index 30d8d9df65..a7df82ebbd 100644
--- a/stdlib/tst-strtod2.c
+++ b/stdlib/tst-strtod2.c
@@ -32,7 +32,7 @@ do_test (void)
}
if (ep != tests[i].str + tests[i].offset)
{
- printf ("test %zu strtod parsed %ju characters, expected %zu\n",
+ printf ("test %zu strtod parsed %tu characters, expected %zu\n",
i, ep - tests[i].str, tests[i].offset);
status = 1;
}