]> diplodocus.org Git - nmh/blobdiff - uip/install-mh.c
Oops, should have offset file in showbuildenv rather than cat.
[nmh] / uip / install-mh.c
index 6b8f4442632fd00b6f84b39c7e85a131c3f1ca68..ea4e876b752527de0bf6dc59d69cbc1bd545a0b1 100644 (file)
@@ -180,9 +180,9 @@ query:
     /*
      * Add some initial elements to the profile/context list
      */
-    m_defs = (struct node *) mh_xmalloc (sizeof *np);
-    np = m_defs;
-    np->n_name = getcpy ("Path");
+    NEW(np);
+    m_defs = np;
+    np->n_name = mh_xstrdup("Path");
     np->n_field = getcpy (pathname);
     np->n_context = 0;
     np->n_next = NULL;