X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fparse.c;h=4b0efa0e1367ff6b0de3783bc9de84500e7d786e;hb=fc243e944ec00b59b75f41d07494116f925d58b4;hp=46f9751ab1158d5e30c972a89bcaf5dd7d9b2f3c;hpb=8768d5483a5894400ae1f70cda1beb44ed9b087c;p=user%2Fhenk%2Fcode%2Fexim.git 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; }