diff options
Diffstat (limited to 'awkgram.c')
-rw-r--r-- | awkgram.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3079,7 +3079,7 @@ regular_print: { NODE *n = (yyvsp[0])->lasti->memory; bcfree((yyvsp[-1])); - add_sign_to_num(n, "+"); + add_sign_to_num(n, '+'); (yyval) = (yyvsp[0]); } #line 3086 "awkgram.c" /* yacc.c:1646 */ |