X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8890670d4c1e8e3f9608c2850c1fe299fb256776..98c2e7d95bda262ef23e8f0838e5b86d08ed4e4f:/uip/mhstore.c diff --git a/uip/mhstore.c b/uip/mhstore.c index 183fe7d4..98e62396 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -284,7 +284,7 @@ do_cache: if ((ct = parse_mime (file))) { *ctp++ = ct; if (outfile) { - ct->c_storage = add (outfile, NULL); + ct->c_storage = mh_xstrdup(outfile); } } } else { @@ -325,7 +325,7 @@ do_cache: if ((ct = parse_mime (msgnam))) { *ctp++ = ct; if (outfile) { - ct->c_storage = add (outfile, NULL); + ct->c_storage = mh_xstrdup(outfile); } } }