]> git.marmaro.de Git - mmh/blobdiff - uip/mhstoresbr.c
Moved etcpath() from config/config.c to sbr/path.c
[mmh] / uip / mhstoresbr.c
index 44fd19aaeb3208ab314d044eea26a4fe09f5934a..14963b56187282db48b44344c66209a0d6bd5e8f 100644 (file)
@@ -867,7 +867,7 @@ output_content_folder(char *folder, char *filename)
        /* Read the folder. */
        if ((mp = folder_read(folder))) {
                /* 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;