From 28e5a9de1c4e6d2ddba35fbf93a14ff3c60b03de Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 11 Jul 2023 13:58:07 -0400 Subject: [PATCH] lib-fts: Remove stray . --- src/lib-fts/fts-tokenizer-generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib-fts/fts-tokenizer-generic.c b/src/lib-fts/fts-tokenizer-generic.c index be72aa3fa9..1b771bae85 100644 --- a/src/lib-fts/fts-tokenizer-generic.c +++ b/src/lib-fts/fts-tokenizer-generic.c @@ -277,7 +277,7 @@ static unsigned char allowed_base64_leaders[] = { }; /* skip_base64() works doing lookahead on the data available in the tokenizer - buffer, .i.e. it is not able to see "what will come next" to perform more + buffer, i.e. it is not able to see "what will come next" to perform more extensive matches. This implies that a very long base64 sequence, which is split halfway into two different chunks while feeding tokenizer, will be matched separately as the trailing part of first buffer and as the leading -- 2.47.3