Merge branch 'master' of ssh://git.exim.org/home/git/exim
[exim.git] / src / src / string.c
index f216e5a86e01d759757ab69b147cf565c2c51001..914390255f43f59e55a919f00a3fb3d0d55d8689 100644 (file)
@@ -998,7 +998,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);