X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/98b98887f926be87eabccc7919e57ce625c63c03..d9cb3c4537f82c8663c19c391bd727235916db6c:/src/src/search.c 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)