X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparse.c;h=04333f49b2f069943312b8f9ea9f9d090a692351;hp=1cbefed05d59c05bb1e7a7faaf1722548fd37ab3;hb=a87df3543d3bc128ba4079d1f95638476ba5ca50;hpb=6e7d34c614291079de750ceda1d4f5ec537beb81 diff --git a/uip/mhparse.c b/uip/mhparse.c index 1cbefed..04333f4 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 = {{0}}; + struct field f = free_field; int compnum; CT ct; HF hp; @@ -269,7 +269,7 @@ get_content(FILE *in, char *file, int toplevel) case LENERR2: case FMTERR2: - case ERR2: + case IOERR2: adios(EX_DATAERR, NULL, "message format error in component #%d", compnum);