X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fap.c;h=46c3ff5541fcd9d00253ffb9c001193b236cf4a0;hp=acf3cacee5ad913281f5407814a3c059874b07a5;hb=72795bfcbe9f7fee8927b1a4942c0230b0f857a8;hpb=5086954856e7b078981418d4aac233d37deb72bd diff --git a/uip/ap.c b/uip/ap.c index acf3cac..46c3ff5 100644 --- a/uip/ap.c +++ b/uip/ap.c @@ -138,7 +138,7 @@ process(char *arg, int norm) (q = &pq)->pq_next = NULL; while ((cp = getname(arg))) { if ((p = (struct pqpair *) - calloc((size_t) 1, sizeof(*p))) == NULL) + mh_xcalloc((size_t) 1, sizeof(*p))) == NULL) adios(EX_OSERR, NULL, "unable to allocate pqpair memory"); if ((mp = getm(cp, NULL, 0, norm, error)) == NULL) { p->pq_text = getcpy(cp);