X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/bfe645c1570343d3adca657ab67998e122ca8792..a5c60e3c951f141cfd38ac1d05eea15743206c9a:/src/src/search.c?ds=sidebyside diff --git a/src/src/search.c b/src/src/search.c index ccad25021..b1dc884c9 100644 --- a/src/src/search.c +++ b/src/src/search.c @@ -757,7 +757,7 @@ else if (partial >= 0) } /* If nothing has been matched, but the option to look for "*@" is set, try -replacing everthing to the left of @ by *. After a match, the wild part +replacing everything to the left of @ by *. After a match, the wild part is set to the string to the left of the @. */ if (yield == NULL && (starflags & SEARCH_STARAT) != 0)