X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fpick.c;h=993527b471828578e444f703cdd7fd91419877bc;hp=a1b5effd29868bf68a7a383a91236f1dfb903b15;hb=cdb32d069bdcb6fa04ca7e3d87240442665611b0;hpb=d3425f7ef7287db6f843f27df8b9fa27da695562 diff --git a/uip/pick.c b/uip/pick.c index a1b5eff..993527b 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -768,8 +768,7 @@ newnexus(int (*action)()) { struct nexus *p; - if ((p = (struct nexus *) mh_xcalloc((size_t) 1, sizeof *p)) == NULL) - adios(EX_OSERR, NULL, "unable to allocate component storage"); + p = (struct nexus *) mh_xcalloc((size_t) 1, sizeof *p); p->n_action = action; return p; @@ -1263,7 +1262,7 @@ plist case LENERR2: case FMTERR2: - case ERR2: + case IOERR2: advise(NULL, "format error in message %d", msgnum); /* FALL */