]> diplodocus.org Git - nmh/blobdiff - sbr/encode_rfc2047.c
Slightly clarify mhbuild man page.
[nmh] / sbr / encode_rfc2047.c
index ac340f71cced69ee6ecca5a924e89ac0c6292f89..ac2b6dc3913974eb6bd4b59fb014da6d4e6c53f3 100644 (file)
@@ -517,8 +517,8 @@ unfold_header(char **value, int len)
             * This has the side effect of stripping off the final newline
             * for the header; we put it back in the encoding routine.
             */
-           while (is_fws(*q++))
-               ;
+           while (is_fws(*q))
+               q++;
            if (*q == '\0')
                break;
 
@@ -721,8 +721,8 @@ do_reformat:
         */
 
        if (groupflag && ! mn->m_ingrp) {
-           output = add("; ", output);
-           column += 2;
+           output = add(";", output);
+           column += 1;
        }
 
        groupflag = mn->m_ingrp;