X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparse.c;h=257bc66e914318154a612af0a0a77f26bfb6c2b0;hp=04333f49b2f069943312b8f9ea9f9d090a692351;hb=cdb32d069bdcb6fa04ca7e3d87240442665611b0;hpb=02ad941fcb6ccc24fab97dff24a8f5253ab7e538 diff --git a/uip/mhparse.c b/uip/mhparse.c index 04333f4..257bc66 100644 --- a/uip/mhparse.c +++ b/uip/mhparse.c @@ -232,7 +232,7 @@ static CT get_content(FILE *in, char *file, int toplevel) { enum state state; - struct field f = free_field; + struct field f = {{0}}; int compnum; CT ct; HF hp;