X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fsearch.c;h=b1dc884c9341d715f2faebbd8deffd9d4476c7ef;hb=560e71cc545182bb51a7d038ac40eebac8e045aa;hp=ccad25021675a412a5cf58220c5ad0cc5f0607d0;hpb=98b98887f926be87eabccc7919e57ce625c63c03;p=user%2Fhenk%2Fcode%2Fexim.git 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)