]> git.marmaro.de Git - mmh/blobdiff - sbr/fmt_rfc2047.c
Allow whatnow to accept "l" as an abbreviation for "list", instead of
[mmh] / sbr / fmt_rfc2047.c
index 6f208a12268b719cf88e74075856f26524ae4d72..4d3fc296d0e90d987d5002035446f30884dd0e5e 100644 (file)
@@ -236,6 +236,7 @@ decode_rfc2047 (char *str, char *dst, size_t dstlen)
            } else {
                /* base64 */
                int c1, c2, c3, c4;
+               c1 = c2 = c3 = c4 = -1;
 
                pp = startofmime;
                while (pp < endofmime) {