X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fwhom.c;h=c4e7e8f87497fa1bee07e0ed603280babc472441;hp=e1aab77f93f22813a52738d904dd1eaf1ed32032;hb=a87df3543d3bc128ba4079d1f95638476ba5ca50;hpb=1e99819ed105950cd584c71fa4b2e36b038be102 diff --git a/uip/whom.c b/uip/whom.c index e1aab77..c4e7e8f 100644 --- a/uip/whom.c +++ b/uip/whom.c @@ -204,7 +204,7 @@ static int process(char *file) { enum state state; - struct field f = {{0}}; + struct field f = free_field; int compnum; FILE *in; @@ -225,7 +225,7 @@ process(char *file) case LENERR2: case FMTERR2: - case ERR2: + case IOERR2: adios(EX_DATAERR, NULL, "message format error in component #%d", compnum);