X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6f9d27d45bd1ba8299ed15d53cdb76a365d641c5..f6d438b5e08d12eacb62f93a8ce1a6c22d2ae16d:/uip/mhfixmsg.c diff --git a/uip/mhfixmsg.c b/uip/mhfixmsg.c index a05177a3..438f8a66 100644 --- a/uip/mhfixmsg.c +++ b/uip/mhfixmsg.c @@ -298,7 +298,7 @@ main (int argc, char **argv) { * 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); }