X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/652e1b65a8d4aebc6e1cf0ec9b9a29320a5ce8ef..6f0c9a4f0114289a94a6001c23049f382c3176f3:/src/src/expand.c diff --git a/src/src/expand.c b/src/src/expand.c index f580d3820..1bdcd3760 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/expand.c,v 1.6 2004/11/17 16:12:26 ph10 Exp $ */ +/* $Cambridge: exim/src/src/expand.c,v 1.7 2004/11/18 11:17:33 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -3958,7 +3958,7 @@ while (*s != 0) /* Convert to masked textual format and add to output. */ yield = string_cat(yield, &size, &ptr, buffer, - host_nmtoa(count, binary, mask, buffer)); + host_nmtoa(count, binary, mask, buffer, '.')); continue; }