X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0960755b43eeadb9af44c924cf85b39bd2fb78f6..f0ac374d1388505a6c9d3af6424cc504f5a2b8af:/uip/mhfixmsg.c diff --git a/uip/mhfixmsg.c b/uip/mhfixmsg.c index 59326ea2..438f8a66 100644 --- a/uip/mhfixmsg.c +++ b/uip/mhfixmsg.c @@ -298,12 +298,12 @@ 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); } - suppress_bogus_mp_content_warning = skip_mp_cte_check = 1; - suppress_extraneous_trailing_semicolon_warning = 1; + suppress_bogus_mp_content_warning = skip_mp_cte_check = true; + suppress_extraneous_trailing_semicolon_warning = true; if (! context_find ("path")) { free (path ("./", TFOLDER));