From 673596d8b201cf7657a681a3968913baa023db7b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 25 Aug 1993 19:16:55 -0400 Subject: [PATCH] format_char_info_print_table, "p"): Allow width. From-SVN: r5212 --- gcc/c-typeck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index 04799655bf1..65623a7aff8 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -1378,7 +1378,7 @@ static format_char_info print_table[] { "C", 0, T_W, NULL, NULL, NULL, "-w" }, { "s", 1, T_C, NULL, T_W, NULL, "-wp" }, { "S", 1, T_W, NULL, NULL, NULL, "-wp" }, - { "p", 1, T_V, NULL, NULL, NULL, "-" }, + { "p", 1, T_V, NULL, NULL, NULL, "-w" }, { "n", 1, T_I, T_S, T_L, NULL, "" }, { NULL } }; -- 2.30.2