X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fpick.c;h=a5e658d126554e9579e1feacbb29db8c163220f1;hp=3ac9e1101e7d3cb25a47c09038bf79a11398ab80;hb=6e7d34c614291079de750ceda1d4f5ec537beb81;hpb=1e99819ed105950cd584c71fa4b2e36b038be102 diff --git a/uip/pick.c b/uip/pick.c index 3ac9e11..a5e658d 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -274,7 +274,6 @@ main(int argc, char **argv) } else { /* if it doesn't match, then unselect it */ unset_selected(mp, msgnum); - mp->numsel--; } if (fp) fclose(fp); @@ -769,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;