X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2b83f27e1980a6c5de752bd55c0ff76f53ec15f6..ab2c72d2f25e801aebf4cae0e0b8128b288ac5c5:/uip/repl.c diff --git a/uip/repl.c b/uip/repl.c index f213eb30..79a4522c 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -253,7 +253,7 @@ main (int argc, char **argv) case FILTSW: if (!(cp = *argp++) || *cp == '-') adios (NULL, "missing argument to %s", argp[-2]); - filter = getcpy (etcpath (cp)); + filter = mh_xstrdup(etcpath(cp)); mime = 0; continue; case FORMSW: @@ -262,7 +262,7 @@ main (int argc, char **argv) continue; case FRMTSW: - filter = getcpy (etcpath (mhlreply)); + filter = mh_xstrdup(etcpath(mhlreply)); mime = 0; continue; case NFRMTSW: