]> diplodocus.org Git - nmh/blobdiff - uip/burst.c
Put parameter names in h/utils.h memory function prototypes.
[nmh] / uip / burst.c
index 418fb909b9b8274a90278dd0c317e259e63ea4fd..c156076a57e599f1ed701e8867d492d50e3e394a 100644 (file)
@@ -164,10 +164,7 @@ main (int argc, char **argv)
            done (1);
     seq_setprev (mp);  /* set the previous-sequence */
 
-    smsgs = (struct smsg *)
-       mh_xcalloc ((size_t) (MAXFOLDER + 2), sizeof(*smsgs));
-    if (smsgs == NULL)
-       adios (NULL, "unable to allocate burst storage");
+    smsgs = mh_xcalloc(MAXFOLDER + 2, sizeof *smsgs);
 
     hi = mp->hghmsg + 1;