X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/eb21eed294df1be56bce4bf8ecf16a4c65e7f12f..529f97bd4f34678f2b917da706306b7c1ddefb7f:/uip/mhstoresbr.c diff --git a/uip/mhstoresbr.c b/uip/mhstoresbr.c index f6bc8dcb..57da1df4 100644 --- a/uip/mhstoresbr.c +++ b/uip/mhstoresbr.c @@ -906,7 +906,7 @@ output_content_folder (char *folder, char *filename) /* Read the folder. */ if ((mp = folder_read (folder, 0))) { /* Link file into folder */ - msgnum = folder_addmsg (&mp, filename, 0, 0, 0, 0, (char *)0); + msgnum = folder_addmsg (&mp, filename, 0, 0, 0, 0, NULL); } else { advise (NULL, "unable to read folder %s", folder); return NOTOK;