X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Finc.c;h=fce9cec2beee5f972afd86199736ecab8cd510ae;hp=0fcff84016954cfc7143d80c84ce0e2670421fa7;hb=d8916ff5d389de5ab225cd6f40aeda1b285d0f28;hpb=25c0bc3f1c034964421f8007e5802c647c5dc908 diff --git a/uip/inc.c b/uip/inc.c index 0fcff84..fce9cec 100644 --- a/uip/inc.c +++ b/uip/inc.c @@ -545,7 +545,7 @@ main (int argc, char **argv) adios (NULL, "no mail to incorporate"); if ((cp = strdup(newmail)) == (char *)0) - adios (maildir, "error allocating memory to copy newmail"); + adios (NULL, "error allocating memory to copy newmail"); newmail = cp; }