]> diplodocus.org Git - nmh/blobdiff - uip/mhfixmsg.c
datetime.c: Replace some int with bool.
[nmh] / uip / mhfixmsg.c
index 59326ea2533b1a6742dfcdaba988274cf5d289c9..438f8a66a7ab03427721c5e961398f080085dde3 100644 (file)
@@ -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));