]> diplodocus.org Git - nmh/blobdiff - uip/mhshowsbr.c
aliasbr.c: Remove duplicate prototypes. Others in aliasbr.h.
[nmh] / uip / mhshowsbr.c
index 0a40bfc197af51637fd58530ab3470e58183b128..99bb406777376d75136c544087fa02445180c5dd 100644 (file)
@@ -714,7 +714,7 @@ show_multi_aux (CT ct, int alternate, char *cp, struct format *fmt)
            if ((*p->c_ceopenfnx) (p, &file) == NOTOK)
                return NOTOK;
 
-           p->c_storage = add (file, NULL);
+           p->c_storage = mh_xstrdup(FENDNULL(file));
 
            if (p->c_showproc && !strcmp (p->c_showproc, "true"))
                return OK;