X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3bd5ce286fa6983f3f3f9fda4ff7f2f96c2a22a2..cffe37acfaf6896d52860e77585b5000565ec3f7:/uip/install-mh.c diff --git a/uip/install-mh.c b/uip/install-mh.c index ea4e876b..ce766380 100644 --- a/uip/install-mh.c +++ b/uip/install-mh.c @@ -183,7 +183,7 @@ query: NEW(np); m_defs = np; np->n_name = mh_xstrdup("Path"); - np->n_field = getcpy (pathname); + np->n_field = mh_xstrdup(pathname); np->n_context = 0; np->n_next = NULL;