From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 11 Jul 2023 17:58:07 +0000 (-0400) Subject: lib-fts: Remove stray . X-Git-Tag: 2.4.0~2584 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e5a9de1c4e6d2ddba35fbf93a14ff3c60b03de;p=thirdparty%2Fdovecot%2Fcore.git lib-fts: Remove stray . --- 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