X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4687a69c269ee3f2a7f0625e0147a503fd9d3d0b..3f77bd134b64c532748b83c3931df07058268b5e:/src/src/string.c diff --git a/src/src/string.c b/src/src/string.c index af187c199..379be2035 100644 --- a/src/src/string.c +++ b/src/src/string.c @@ -649,7 +649,7 @@ uschar * t, * yield; /* First find the end of the string */ if (*s != '\"') - while (*s && !isspace(*s)) s++; + Uskip_nonwhite(&s); else { s++;