]> granicus.if.org Git - uw-imap/commitdiff
add files for 2011-07-23T00:20:00Z
authorUnknown <>
Sat, 23 Jul 2011 00:20:00 +0000 (00:20 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Fri, 7 Sep 2018 00:09:56 +0000 (00:09 +0000)
src/imapd/imapd.c

index d3d1566070654fb69469e11cb48bad65adaafc22..40450190f094746c02052469a24269e49b6407d0 100644 (file)
@@ -21,7 +21,7 @@
  *             Internet: MRC@Washington.EDU
  *
  * Date:       5 November 1990
- * Last Edited:        3 March 2008
+ * Last Edited:        22 July 2011
  */
 \f
 /* Parameter files */
@@ -2141,7 +2141,7 @@ unsigned char *snarf_base64 (unsigned char **arg)
                                /* must be at least one BASE64 char */
   else if (!base64mask[*ret]) return NIL;
   else {                       /* quick and dirty */
-    while (base64mask[*s++]);  /* scan until end of BASE64 */
+    while (base64mask[*s]) s++;        /* scan until end of BASE64 */
     if (*s == '=') ++s;                /* allow up to two padding chars */
     if (*s == '=') ++s;
   }