Compiler quietening and testcase consistency
[exim.git] / src / src / string.c
index 365eaec030869f23c42397075ced444ff49b50ad..7b52455575f0795c525de7c16ac32365ec42aecf 100644 (file)
@@ -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);