From 931d64f8de509a4528839ec74bfa573c4ee339e9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 15 Sep 2014 23:31:24 -0400 Subject: %*s can't be used to truncate, so stop trying --- src/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser.h') diff --git a/src/parser.h b/src/parser.h index e4f71da..10ad44c 100644 --- a/src/parser.h +++ b/src/parser.h @@ -330,7 +330,7 @@ extern int vt100_parser_yylex (yyscan_t yyscanner); #undef YY_DECL #endif -#line 218 "src/parser.l" +#line 215 "src/parser.l" #line 337 "src/parser.h" -- cgit v1.2.3-54-g00ecf