X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4c436246f048635446353dadaa68174445c58160..7f71991d47a863a1cb3f66a1d5df87f3bacb7828:/uip/burst.c diff --git a/uip/burst.c b/uip/burst.c index 71b226c1..5375f8a1 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -165,7 +165,7 @@ main (int argc, char **argv) seq_setprev (mp); /* set the previous-sequence */ smsgs = (struct smsg *) - calloc ((size_t) (MAXFOLDER + 2), sizeof(*smsgs)); + mh_xcalloc ((size_t) (MAXFOLDER + 2), sizeof(*smsgs)); if (smsgs == NULL) adios (NULL, "unable to allocate burst storage");