X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/05d83295725e9bb91c1c37108d2d8892ee4a2bfd..44644c2e404a3ea0191db0b0458e86924fb240bb:/src/src/expand.c?ds=sidebyside diff --git a/src/src/expand.c b/src/src/expand.c index b014533c9..b01512425 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -7208,9 +7208,8 @@ while (*s != 0) { int cnt = 0; int sep = 0; - uschar buffer[256]; - while (string_nextinlist(CUSS &sub, &sep, buffer, sizeof(buffer))) cnt++; + while (string_nextinlist(CUSS &sub, &sep, NULL, 0)) cnt++; yield = string_fmt_append(yield, "%d", cnt); continue; }