rename a bunch of modules
[apps/madmutt.git] / help.c
diff --git a/help.c b/help.c
index ea694c3..d54d1ed 100644 (file)
--- a/help.c
+++ b/help.c
@@ -276,7 +276,7 @@ void mutt_help (int menu)
         desc = _("<UNKNOWN>");
 
     do {
-        f = m_tempfile(tmp, sizeof(tmp), NONULL(MCore.tmpdir), NULL);
+        f = m_tempfile(tmp, sizeof(tmp), NONULL(mod_core.tmpdir), NULL);
         if (!f) {
             mutt_perror(tmp);
             return;