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