X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fsortm.c;h=61953e17fbe7fbcb61737b22ee1c384d80992bf0;hp=75aa2e35db3c37500cf4dba34fce0f3a8f441123;hb=a3d849510ecad775e265ab7b6090e85576f48ef7;hpb=1e99819ed105950cd584c71fa4b2e36b038be102 diff --git a/uip/sortm.c b/uip/sortm.c index 75aa2e3..61953e1 100644 --- a/uip/sortm.c +++ b/uip/sortm.c @@ -297,8 +297,6 @@ read_hdrs(struct msgs *mp, char *datesw) smsgs = (struct smsg *) mh_xcalloc((size_t) (mp->hghsel - mp->lowsel + 2), sizeof(*smsgs)); - if (smsgs == NULL) - adios(EX_OSERR, NULL, "unable to allocate sort storage"); s = smsgs; for (msgnum = mp->lowsel; msgnum <= mp->hghsel; msgnum++) { @@ -357,7 +355,7 @@ get_fields(char *datesw, int msg, struct smsg *smsg) case LENERR2: case FMTERR2: - case ERR2: + case IOERR2: admonish(NULL, "format error in message %d (header #%d)", msg, compnum); if (datecomp) { free(datecomp);