]> git.marmaro.de Git - mmh/blobdiff - uip/rcvstore.c
We have `NULL' in order to not need to write `(char *)0' anymore.
[mmh] / uip / rcvstore.c
index 99ec48c59950de1d8b02498cedf1a235c5b37917..b9342209d57d2268c7134c190f6afa38b54e6d33 100644 (file)
@@ -202,8 +202,8 @@ main(int argc, char **argv)
        ** Link message into folder, and possibly add
        ** to the Unseen-Sequence's.
        */
-       if ((msgnum = folder_addmsg(&mp, tmpfilenam, 0, unseensw, 0, 0,
-                       (char *)0)) == -1)
+       if ((msgnum = folder_addmsg(&mp, tmpfilenam, 0, unseensw, 0, 0, NULL))
+                       == -1)
                done(1);
 
        /*