]> git.marmaro.de Git - mmh/blobdiff - uip/mhparse.c
add free_field as standard for struct field
[mmh] / uip / mhparse.c
index 257bc66e914318154a612af0a0a77f26bfb6c2b0..04333f49b2f069943312b8f9ea9f9d090a692351 100644 (file)
@@ -232,7 +232,7 @@ static CT
 get_content(FILE *in, char *file, int toplevel)
 {
        enum state state;
-       struct field f = {{0}};
+       struct field f = free_field;
        int compnum;
        CT ct;
        HF hp;