Use m_functions(), you'll be fresh-faced.
[apps/madmutt.git] / init.c
diff --git a/init.c b/init.c
index 03150af..6aad1d7 100644 (file)
--- a/init.c
+++ b/init.c
@@ -798,7 +798,7 @@ static int parse_unignore (BUFFER * buf, BUFFER * s,
     mutt_extract_token (buf, s, 0);
 
     /* don't add "*" to the unignore list */
-    if (strcmp (buf->data, "*"))
+    if (m_strcmp (buf->data, "*"))
       add_to_list (&UnIgnore, buf->data);
 
     remove_from_list (&Ignore, buf->data);