Removed mhn, as it was already replaced by mhlist/mhshow/mhstore.
[mmh] / uip / replsbr.c
index 0d375ae..ec140d6 100644 (file)
@@ -2,8 +2,6 @@
 /*
  * replsbr.c -- routines to help repl along...
  *
- * $Id$
- *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
@@ -79,7 +77,8 @@ replout (FILE *inb, char *msg, char *drft, struct msgs *mp, int outputlinelen,
     register char **ap;
     register struct comp **savecomp;
     int        char_read = 0, format_len, mask;
-    char name[NAMESZ], *scanl, *cp;
+    char name[NAMESZ], *scanl;
+    unsigned char *cp;
     FILE *out;
 
     mask = umask(~m_gmprot());
@@ -247,7 +246,7 @@ finished:
 
     /*
      * Check if we should filter the message
-     * or add mhn directives
+     * or add mhbuild directives
      */
     if (filter) {
        fflush(out);