commit 1ebf74722932740d1c7e076d9b53f0e8024cc5db parent ba1d02ff62e9fe2220ac9d011850643859e5691c Author: wwp <subscript@free.fr> Date: Tue, 16 Feb 2021 21:16:22 +0100 Fix bug #2411: quicksearch_history content partially written to stdout Diffstat:
| M | src/matcher_parser_lex.l | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/matcher_parser_lex.l b/src/matcher_parser_lex.l @@ -127,4 +127,5 @@ account { enabled { return MATCHER_ENABLED; } +. { /* silently eat unmatched input at lexer level */ } %%