[Commits] [SCM] claws branch, gtk3, updated. 3.99.0-40-g89149776c
wwp at claws-mail.org
wwp at claws-mail.org
Tue Feb 16 20:17:17 UTC 2021
The branch, gtk3 has been updated
via 89149776cbb8bbc3ef50158f2f430085098ebb23 (commit)
from b98b675370f912d10ea0b1c344e636232887d74b (commit)
Summary of changes:
src/matcher_parser_lex.l | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 89149776cbb8bbc3ef50158f2f430085098ebb23
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