X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Fparse.c;h=4b0efa0e1367ff6b0de3783bc9de84500e7d786e;hp=46f9751ab1158d5e30c972a89bcaf5dd7d9b2f3c;hb=94759fce86e40abab9d6d98034e18707a87878eb;hpb=56cc2ec0010e6c917a8f1ba285c86e6dadb6f0d3 diff --git a/src/src/parse.c b/src/src/parse.c index 46f9751ab..4b0efa0e1 100644 --- a/src/src/parse.c +++ b/src/src/parse.c @@ -876,7 +876,7 @@ int hlen; BOOL coded = FALSE; BOOL first_byte = FALSE; -if (charset == NULL) charset = US"iso-8859-1"; +if (!charset) charset = US"iso-8859-1"; /* We don't expect this to fail! */ @@ -925,7 +925,7 @@ for (; len > 0; len--) *t++ = '='; *t = 0; -return coded? buffer : string; +return coded ? buffer : string; }