exit str_cmp enters m_strcmp
[apps/madmutt.git] / edit.c
diff --git a/edit.c b/edit.c
index 47f4480..4360c1f 100644 (file)
--- a/edit.c
+++ b/edit.c
@@ -436,7 +436,7 @@ int mutt_builtin_editor (const char *path, HEADER * msg, HEADER * cur)
         break;
       }
     }
-    else if (str_cmp (".", tmp) == 0)
+    else if (m_strcmp(".", tmp) == 0)
       done = 1;
     else {
       str_cat (tmp, sizeof (tmp), "\n");