X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fscansbr.c;h=04dc21528d1af0aa77b8f104023f984cf46545e8;hb=5dd6771b28c257af405d7248639ed0e3bcdce38b;hp=df18258431101c3032e2ae23f9844a89208e3278;hpb=a33d9f4d7a1bf4bd4ab286f69af322b5b8d7c946;p=mmh diff --git a/uip/scansbr.c b/uip/scansbr.c index df18258..04dc215 100644 --- a/uip/scansbr.c +++ b/uip/scansbr.c @@ -2,8 +2,6 @@ /* * scansbr.c -- routines to help scan 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. @@ -81,11 +79,11 @@ scan (FILE *inb, int innum, int outnum, char *nfs, int width, int curflg, int i, compnum, encrypted, state; unsigned char *cp, *tmpbuf; char **nxtbuf; - char *saved_c_text; + char *saved_c_text = NULL; struct comp *cptr; struct comp **savecomp; - char *scnmsg; - FILE *scnout; + char *scnmsg = NULL; + FILE *scnout = NULL; char name[NAMESZ]; static int rlwidth, slwidth;