remove yet anoter round of str_* functions, replaced with their inlineable
[apps/madmutt.git] / pattern.c
index 03b3940..e4d7caa 100644 (file)
--- a/pattern.c
+++ b/pattern.c
@@ -1289,7 +1289,7 @@ int mutt_pattern_func (int op, char *prompt)
     }
 
     /* record new limit pattern, unless match all */
-    if (str_ncmp (buf, "~A", 2) != 0) {
+    if (m_strncmp(buf, "~A", 2) != 0) {
       Context->pattern = simple;
       simple = NULL;            /* don't clobber it */
       Context->limit_pattern = mutt_pattern_comp (buf, M_FULL_MSG, &err);