* uip/inc.c: gcc 4.4.1 noticed that maildir could have been
[mmh] / uip / inc.c
index 0fcff84..fce9cec 100644 (file)
--- 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 (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;
     }
 
        newmail = cp;
     }