]> git.marmaro.de Git - mmh/blobdiff - uip/mhbuild.c
add free_field as standard for struct field
[mmh] / uip / mhbuild.c
index ec5623a6633dba52458fbeb8be97aa8c79ea11cf..c4b1c607e8df3d18cabda2c759f3151c85c3a55a 100644 (file)
@@ -313,7 +313,7 @@ static CT
 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;