X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fparse.c;h=d3f382b9648468e9123df17ff79e926aff587f21;hb=5899e332cfbf8e85f23256203ab0b802b47a22d1;hp=9e57365be4891d6739e454d02f88682b634b9f2a;hpb=7ade712cc84d7f822f04baf2f46daee81701174d;p=exim.git diff --git a/src/src/parse.c b/src/src/parse.c index 9e57365be..d3f382b96 100644 --- a/src/src/parse.c +++ b/src/src/parse.c @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2009 */ +/* Copyright (c) University of Cambridge 1995 - 2015 */ /* See the file NOTICE for conditions of use and distribution. */ /* Functions for parsing addresses */ @@ -906,7 +906,7 @@ for (; len > 0; len--) { *t++ = '_'; first_byte = FALSE; - } + } else { sprintf(CS t, "=%02X", ch);