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