]> diplodocus.org Git - nmh/blobdiff - uip/burst.c
update man pages for new mhshow message separator header
[nmh] / uip / burst.c
index 71b226c116761165021f66f44e33e9e9d1a070a1..5375f8a17233775664b868c64060e9a6f7a5cac0 100644 (file)
@@ -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");