summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-03-03 20:06:33 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-03-03 20:06:33 +0000
commit075047ebb0208a1bf0c75380b41ecc350ebb6a2f (patch)
treeafacaa0457efd0dc92adbbe381965fb9e27a9126
parent275858eee6d57bafc48f56095c324efe56b59511 (diff)
ups.
-rw-r--r--rfc2047.c2
1 files changed, 1 insertions, 1 deletions
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)