]> granicus.if.org Git - mutt/commitdiff
ups.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 3 Mar 1999 20:06:33 +0000 (20:06 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 3 Mar 1999 20:06:33 +0000 (20:06 +0000)
rfc2047.c

index 271f04351ab9b4806d16881baa8f9a74de0a0f88..872ebd5a1f0f1c8871ba02537ab9754fc59774e5 100644 (file)
--- 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)