From 9a2d7205aa046af3f4caf1b35388e9100e2a25db Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 30 Sep 2002 07:47:16 +0000 Subject: Fix format strings. --- io/tst-getcwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io') diff --git a/io/tst-getcwd.c b/io/tst-getcwd.c index f53f93cf0a..421eb18b5e 100644 --- a/io/tst-getcwd.c +++ b/io/tst-getcwd.c @@ -152,7 +152,7 @@ getcwd (NULL, sbs) = \"%s\", getcwd (thepath, sizeof thepath) = \"%s\"\n", for (i = len + 1; i < sizeof thepath; ++i) if (thepath[i] != '\xff') { - printf ("thepath[%d] != '\xff'\n", i); + printf ("thepath[%zd] != '\xff'\n", i); return 1; } -- cgit 1.4.1