X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Freplsbr.c;h=ec140d6f2b2868d749de97d35f610d2d83ce5da3;hb=f480c03187724e54e5391ee61b810827da319a6c;hp=0d375ae82d0b616ae25798727e18e92b21c0edb7;hpb=d2f12554a254e814dcdafb3828fc0d9936154eef;p=mmh diff --git a/uip/replsbr.c b/uip/replsbr.c index 0d375ae..ec140d6 100644 --- a/uip/replsbr.c +++ b/uip/replsbr.c @@ -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);