add free_field as standard for struct field
[mmh] / uip / scansbr.c
index 50b250e..8281c7b 100644 (file)
@@ -50,7 +50,7 @@ scan(FILE *inb, int innum, int outnum, char *fmtstr, int width, int curflg,
        static int slwidth;
        int compnum, i;
        enum state state;
-       struct field f = {{0}};
+       struct field f = free_field;
        char *cp;
        struct comp *cptr;
        char *scnmsg = NULL;