X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/99efa4cfbe403a1e02bf4a4eb24219e557865033..1e1d5443ae8072e23f83230ee3f1ece792dbf62f:/src/src/expand.c diff --git a/src/src/expand.c b/src/src/expand.c index adc90f633..f32425b3f 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -5811,7 +5811,7 @@ while (*s != 0) } if (Ustrcmp(item, sub[0]) == 0) /*XXX should be a UTF8-compare */ { - s = item + strlen(item) + 1; + s = item + Ustrlen(item) + 1; while (isspace(*s)) s++; if (*s != ':') {