X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/2a15c7fe07222861a5708a118c4a93f3001d7333..e3dd1d67d7e5bfd0b123d6cb84e00a570415bdea:/src/src/string.c diff --git a/src/src/string.c b/src/src/string.c index 365eaec03..7b5245557 100644 --- a/src/src/string.c +++ b/src/src/string.c @@ -997,7 +997,7 @@ if (list) new = string_cat(new, &sz, &off, &sep, 1); } -while (sp = Ustrchr(ele, sep)) +while((sp = Ustrchr(ele, sep))) { new = string_cat(new, &sz, &off, ele, sp-ele+1); new = string_cat(new, &sz, &off, &sep, 1);