X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Fexpand.c;h=f32425b3f8bc8fb959ca971f1beb8e6674be97d9;hp=adc90f63393808328ceb8db93d12fb8f75768727;hb=1e1d5443ae8072e23f83230ee3f1ece792dbf62f;hpb=99efa4cfbe403a1e02bf4a4eb24219e557865033 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 != ':') {