]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_compile.c
Moved scan_input() from uip/post.c to sbr/utils.c.
[nmh] / sbr / fmt_compile.c
index 50722a7c418647db6b959369b237294e68dbddd0..fbb127425f46b2c60ef7db16921f2136d25a8627 100644 (file)
@@ -399,8 +399,6 @@ fmt_compile(char *fstring, struct format **fmt, int reset_comptable)
        comptable_initialized = 1;
     }
 
        comptable_initialized = 1;
     }
 
-    memset((char *) &fmt_mnull, 0, sizeof(fmt_mnull));
-
     /* it takes at least 4 char to generate one format so we
      * allocate a worst-case format array using 1/4 the length
      * of the format string.  We actually need twice this much
     /* it takes at least 4 char to generate one format so we
      * allocate a worst-case format array using 1/4 the length
      * of the format string.  We actually need twice this much