From f631c4670f996f0d4ca5d0a2705e48089661d939 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 25 Apr 2011 12:06:30 +0200 Subject: [PATCH] Remove a stray ECHO that caused quicksearch strings with spaces to be dumped to stdout --- src/matcher_parser_lex.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/matcher_parser_lex.c b/src/matcher_parser_lex.c index a6abec5..878d91c 100644 --- a/src/matcher_parser_lex.c +++ b/src/matcher_parser_lex.c @@ -1035,7 +1035,6 @@ YY_RULE_SETUP case 17: YY_RULE_SETUP #line 131 "matcher_parser_lex.l" -ECHO; YY_BREAK #line 1041 "matcher_parser_lex.c" case YY_STATE_EOF(INITIAL): -- 1.7.4.5