X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/e2016f158a749c1966618e25adfa19387b6bad3b..c04cf318cb6c0ea42d2c3e37262ac68f282fdbe4:/src/src/expand.c diff --git a/src/src/expand.c b/src/src/expand.c index ac914707a..1674c5fb5 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -1908,8 +1908,8 @@ while (i < nsub) DEBUG(D_expand) debug_printf("expanding: acl: %s arg: %s%s\n", sub[0], - acl_narg>0 ? acl_arg[0] : US"", - acl_narg>1 ? " +more" : ""); + acl_narg>0 ? acl_arg[0] : US"", + acl_narg>1 ? " +more" : ""); ret = acl_eval(acl_where, sub[0], user_msgp, &tmp);