]> git.marmaro.de Git - mmh/blobdiff - sbr/fmt_scan.c
(Minor) cleanup of some of the autoconf code with respect to the handling
[mmh] / sbr / fmt_scan.c
index ca4020b073af9354ebb79d508f6c94a2817ff683..9054963e7a7395a0644955529d115257e81fbcf4 100644 (file)
@@ -297,7 +297,7 @@ fmt_scan (struct format *format, char *scanl, int width, int *dat)
 {
     char *cp, *ep;
     unsigned char *sp;
-    char *savestr;
+    char *savestr = NULL;
     unsigned char *str = NULL;
     char buffer[BUFSIZ], buffer2[BUFSIZ];
     int i, c, ljust, n;