]> git.marmaro.de Git - mmh/blobdiff - uip/slocal.c
add free_field as standard for struct field
[mmh] / uip / slocal.c
index c3b45e87aaf8b3b7b8a068fa2a675bb28ebf4b00..3b5007db1db4cc08754406109f2c18a39dfcd3e4 100644 (file)
@@ -725,7 +725,7 @@ static int
 parse(int fd)
 {
        enum state state;
-       struct field f = {{0}};
+       struct field f = free_field;
        int i, fd1;
        char *cp, *dp, *lp;
        struct pair *p, *q;