]> diplodocus.org Git - nmh/blobdiff - uip/mhfixmsg.c
Revised expected output with -prefer in test/mhlist/test-mhlist.
[nmh] / uip / mhfixmsg.c
index a05177a367689c447e4cb40c9c67ff60f15f2983..438f8a66a7ab03427721c5e961398f080085dde3 100644 (file)
@@ -298,7 +298,7 @@ main (int argc, char **argv) {
      * Read the standard profile setup
      */
     if ((fp = fopen (cp = etcpath ("mhn.defaults"), "r"))) {
      * 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);
     }
 
         fclose (fp);
     }