X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhl.c;h=20f5d31f8bb5998e1655855ed57bcd78f3e58d2f;hp=fcdb77f7312386a2265ce81ebc136693b49b40e4;hb=a87df3543d3bc128ba4079d1f95638476ba5ca50;hpb=6e7d34c614291079de750ceda1d4f5ec537beb81 diff --git a/uip/mhl.c b/uip/mhl.c index fcdb77f..20f5d31 100644 --- a/uip/mhl.c +++ b/uip/mhl.c @@ -599,7 +599,7 @@ static void mhlfile(FILE *fp, char *mname, int ofilen, int ofilec) { enum state state; - struct field f = {{0}}; + struct field f = free_field; struct mcomp *c1, *c2, *c3; char **ip; @@ -699,7 +699,7 @@ mhlfile(FILE *fp, char *mname, int ofilen, int ofilec) case LENERR2: case FMTERR2: - case ERR2: + case IOERR2: advise(NULL, "format error in message %s", mname); exitstat++; return;