if ((ct = parse_mime (file))) {
*ctp++ = ct;
if (outfile) {
- ct->c_storage = add (outfile, NULL);
+ ct->c_storage = mh_xstrdup(outfile);
}
}
} else {
if ((ct = parse_mime (msgnam))) {
*ctp++ = ct;
if (outfile) {
- ct->c_storage = add (outfile, NULL);
+ ct->c_storage = mh_xstrdup(outfile);
}
}
}