]> diplodocus.org Git - nmh/blobdiff - uip/install-mh.c
Replace `(char *)0' et al with `NULL'.
[nmh] / uip / install-mh.c
index ea4e876b752527de0bf6dc59d69cbc1bd545a0b1..ce766380b8d25cfa3a0960b860c3904c312207d8 100644 (file)
@@ -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;