Added mh_xcalloc().
[mmh] / uip / ap.c
index acf3cac..46c3ff5 100644 (file)
--- 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);