add free_field as standard for struct field
[mmh] / uip / mhbuild.c
index ec5623a..c4b1c60 100644 (file)
@@ -313,7 +313,7 @@ static CT
 build_mime(char *infile)
 {
        enum state state;
 build_mime(char *infile)
 {
        enum state state;
-       struct field f = {{0}};
+       struct field f = free_field;
        int compnum;
        char buf[BUFSIZ];
        char *cp, *np, *vp;
        int compnum;
        char buf[BUFSIZ];
        char *cp, *np, *vp;