From 6478a99dd9baccff08f9004649880226b4c82a50 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sat, 26 May 2012 15:35:12 +0200 Subject: [PATCH] remove unneeded assignment. --- libcitadel/lib/mime_parser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libcitadel/lib/mime_parser.c b/libcitadel/lib/mime_parser.c index 11f2a27cf..fe06347a5 100644 --- a/libcitadel/lib/mime_parser.c +++ b/libcitadel/lib/mime_parser.c @@ -178,7 +178,6 @@ int CtdlDecodeQuotedPrintable(char *decoded, char *encoded, int sourcelen) { } else { - ch = 0; ch = _decode_hex(&encoded[pos]); pos += 2; decoded[decoded_length++] = ch; -- 2.30.2