]> git.marmaro.de Git - mmh/blobdiff - uip/scansbr.c
(Minor) cleanup of some of the autoconf code with respect to the handling
[mmh] / uip / scansbr.c
index df18258431101c3032e2ae23f9844a89208e3278..c5f032924e83d172eb669839fe73946f8db81ea2 100644 (file)
@@ -81,11 +81,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;