]> git.marmaro.de Git - mmh/blobdiff - sbr/readconfig.c
add free_field as standard for struct field
[mmh] / sbr / readconfig.c
index ccdf867c63cec3d1c2988ed6feeef48846daf1bb..645a9efe269a0b4a0596d07a5b11d33a56fd42f6 100644 (file)
@@ -37,7 +37,7 @@ void
 readconfig(struct node **npp, FILE *ib, char *file, int ctx)
 {
        enum state state;
-       struct field f = {{0}};
+       struct field f = free_field;
        struct node *np;
        struct procstr *ps;