X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/a19b9248eb5ec0414ccc4d214055e2c99debaba5..ecb371298ce4ab016d055de06cff252098e6e603:/src/src/parse.c diff --git a/src/src/parse.c b/src/src/parse.c index 58f894199..352f07d60 100644 --- a/src/src/parse.c +++ b/src/src/parse.c @@ -863,7 +863,8 @@ Returns: pointer to the original string, if no quoting needed, or */ const uschar * -parse_quote_2047(const uschar *string, int len, uschar *charset, BOOL fold) +parse_quote_2047(const uschar *string, int len, const uschar *charset, + BOOL fold) { const uschar * s = string; int hlen, l;