[Commits] [SCM] claws branch, master, updated. 3.17.8-23-g1ebf74722
wwp at claws-mail.org
wwp at claws-mail.org
Tue Feb 16 20:16:49 UTC 2021
The branch, master has been updated
via 1ebf74722932740d1c7e076d9b53f0e8024cc5db (commit)
from ba1d02ff62e9fe2220ac9d011850643859e5691c (commit)
Summary of changes:
src/matcher_parser_lex.l | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 1ebf74722932740d1c7e076d9b53f0e8024cc5db
Author: wwp <subscript at free.fr>
Date: Tue Feb 16 21:16:22 2021 +0100
Fix bug #2411: quicksearch_history content partially written to stdout
diff --git a/src/matcher_parser_lex.l b/src/matcher_parser_lex.l
index 00780dfdb..c644acea4 100644
--- 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 */ }
%%
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list