tidying
[exim.git] / src / src / rfc2047.c
index 18263f9ab69631588d31043921f01c905f5f555e..1ab25150acece45082d3df6f06564e3a9100c9c6 100644 (file)
@@ -313,8 +313,8 @@ while (mimeword)
   mimeword = decode_mimeword(string, lencheck, &q1, &q2, &endword, &dlen, &dptr);
   if (mimeword)
     {
-    uschar *s = string;
-    while (isspace(*s)) s++;
+    uschar * s = string;
+    Uskip_whitespace(&s);
     if (s == mimeword) string = s;
     }
   }