mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Increase width of padded output in stdio-common/tst-put-error.
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user