From 075047ebb0208a1bf0c75380b41ecc350ebb6a2f Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 3 Mar 1999 20:06:33 +0000 Subject: [PATCH] ups. --- rfc2047.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfc2047.c b/rfc2047.c index 271f0435..872ebd5a 100644 --- a/rfc2047.c +++ b/rfc2047.c @@ -284,7 +284,7 @@ static int rfc2047_decode_word (char *d, const char *s, size_t len) int enc = 0, filter = 0, count = 0, c1, c2, c3, c4; char *charset = NULL; - while (*pp == '?' || (pp = strtok (pp, "?")) != NULL) + while ((pp = strtok (pp, "?")) != NULL) { count++; switch (count) -- 2.40.0