]> diplodocus.org Git - nmh/blobdiff - sbr/context_read.c
mhlsbr.c: Don't strchr(3) non-string NUL-less buffer.
[nmh] / sbr / context_read.c
index 8350b98d7f852ac63ebe0a7ef86965c7905f522b..a8d142021f002916d01282fd670a1a9d5fe2631e 100644 (file)
@@ -140,7 +140,7 @@ context_read (void)
     ctxpath = getcpy (m_maildir (cp));
 
     if ((ib = lkfopendata (ctxpath, "r", &failed_to_lock))) {
-       readconfig ((struct node **) 0, ib, cp, 1);
+       readconfig(NULL, ib, cp, 1);
        lkfclosedata (ib, ctxpath);
     }
 }