X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2d5d9e243c91784909b11948894e3ba0989107c0..dad91212b8df0f772eda9037ed86cbd137cf1a7d:/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;