]> git.marmaro.de Git - mmh/blobdiff - uip/replsbr.c
Fixed make_bcc_file () to use contents of From: in draft, if draft_from masquerade...
[mmh] / uip / replsbr.c
index d92fade2c07358337f402b30f1c4047698250b70..244fdc93246620c086c9561e3426857d03e5f3f6 100644 (file)
@@ -291,11 +291,9 @@ static unsigned int bufsiz=0;      /* current size of buf */
                int i = dst - buf;\
                int n = last_dst - buf;\
                bufsiz += ((dst + len - bufend) / BUFINCR + 1) * BUFINCR;\
-               buf = realloc (buf, bufsiz);\
+               buf = mh_xrealloc (buf, bufsiz);\
                dst = buf + i;\
                last_dst = buf + n;\
-               if (! buf)\
-                   adios (NULL, "formataddr: couldn't get buffer space");\
                bufend = buf + bufsiz;\
            }