X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9a87f2bf9289ef232ec8c267fd7be76120c87ca2..762f11f89e80e3611697dce82068ec461044b66a:/uip/mhshow.c diff --git a/uip/mhshow.c b/uip/mhshow.c index cf38ecf1..8c604ad8 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -280,7 +280,7 @@ do_cache: */ if ((cp = getenv ("MHSHOW"))) { if ((fp = fopen (cp, "r"))) { - readconfig ((struct node **) 0, fp, cp, 0); + readconfig(NULL, fp, cp, 0); fclose (fp); } else { admonish ("", "unable to read $MHSHOW profile (%s)", cp); @@ -291,7 +291,7 @@ do_cache: * Read the standard profile setup */ if ((fp = fopen (cp = etcpath ("mhn.defaults"), "r"))) { - readconfig ((struct node **) 0, fp, cp, 0); + readconfig(NULL, fp, cp, 0); fclose (fp); }