]> git.marmaro.de Git - mmh/blobdiff - uip/mhlsbr.c
Fixed make_bcc_file () to use contents of From: in draft, if draft_from masquerade...
[mmh] / uip / mhlsbr.c
index af3fa554df5ba3fdada202ef1ea70fbd7163240d..31c24bb11bdd58588480cb58fd8615253d7753f4 100644 (file)
@@ -1644,8 +1644,7 @@ doface (struct mcomp *c1)
                if (cp) {
                    int j;
                    char *dp;
-                   if ((dp = realloc (cp, (unsigned) (j = len + i))) == NULL)
-                       adios (NULL, "unable to allocate face storage");
+                   dp = mh_xrealloc (cp, (unsigned) (j = len + i));
                    memcpy(dp + len, buffer, i);
                    cp = dp, len = j;
                }