]> diplodocus.org Git - nmh/blobdiff - uip/mhshowsbr.c
sbr/vector.c: Change bvector_bits() to return first word.
[nmh] / uip / mhshowsbr.c
index d820667d06dafe99074ce3e6720de0cba0703ae6..a90a3ae8d7938db588c11f8c8887528fe8078565 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * mhshowsbr.c -- routines to display the contents of MIME messages
+/* mhshowsbr.c -- routines to display the contents of MIME messages
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -992,8 +990,8 @@ parse_display_string (CT ct, char *cp, int *xstdin, int *xlist,
                           quote. */
                        memmove (pp, pp-1, len+1);
                        *(pp++-1) = '\\';
-                       buflen -= 1;
-                       bp += 1;
+                       buflen--;
+                       bp++;
                    }
                }
                /* If pp is still set, that means we ran out of space. */