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