X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Finc.c;h=fce9cec2beee5f972afd86199736ecab8cd510ae;hp=0fcff84016954cfc7143d80c84ce0e2670421fa7;hb=cd665517f488ca62e71b7fd1db6df0813dee052a;hpb=5658c6c561ca13aae18a68f178457245176526fc;ds=sidebyside 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; }