]> diplodocus.org Git - nmh/blobdiff - uip/mhstore.c
Changes to anno.man.
[nmh] / uip / mhstore.c
index 183fe7d4d138ca87ba7a9e81176f66f7101cd684..98e6239675592185cba448e156b67f68fa0bb014 100644 (file)
@@ -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);
                    }
                 }
            }