From fdb18034648faa48508a4b69366b491e22bb5851 Mon Sep 17 00:00:00 2001 From: drepper Date: Tue, 10 Feb 1998 19:58:30 +0000 Subject: [PATCH] Fix format string. --- string/tst-inlcall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string/tst-inlcall.c b/string/tst-inlcall.c index 3682e88ff6..1e39ee4870 100644 --- a/string/tst-inlcall.c +++ b/string/tst-inlcall.c @@ -70,7 +70,7 @@ main (void) else { status = EXIT_FAILURE; - printf ("%Zd errors.\n", errors); + printf ("%d errors.\n", errors); } exit (status); } -- 2.11.0