From 363313b5be5d4b357b50d322b3ab14a2ae1ccf60 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 5 Dec 2012 20:02:41 +0000 Subject: Increase width of padded output in stdio-common/tst-put-error. --- stdio-common/tst-put-error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common') diff --git a/stdio-common/tst-put-error.c b/stdio-common/tst-put-error.c index 7b95491725..5209cce173 100644 --- a/stdio-common/tst-put-error.c +++ b/stdio-common/tst-put-error.c @@ -47,7 +47,7 @@ do_test (void) error (EXIT_FAILURE, 0, "second fprintf succeeded"); /* Padded printing takes a different code path. */ - n = fprintf (fp, "%10000s", "foo"); + n = fprintf (fp, "%10000000s", "foo"); printf ("fprintf = %d\n", n); if (n >= 0) error (EXIT_FAILURE, 0, "padded fprintf succeeded"); -- cgit v1.2.3-70-g09d2