X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fmhstoresbr.c;h=14963b56187282db48b44344c66209a0d6bd5e8f;hb=7e3bc577e84e13a47005a706718bd6ec0e6a0e0a;hp=44fd19aaeb3208ab314d044eea26a4fe09f5934a;hpb=246ca516a0f7b870316116bc184347b0fb2bc00b;p=mmh diff --git a/uip/mhstoresbr.c b/uip/mhstoresbr.c index 44fd19a..14963b5 100644 --- a/uip/mhstoresbr.c +++ b/uip/mhstoresbr.c @@ -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;