remove yet anoter round of str_* functions, replaced with their inlineable
[apps/madmutt.git] / attach.c
index 8eeb71b..9e3bbb9 100644 (file)
--- a/attach.c
+++ b/attach.c
@@ -299,7 +299,7 @@ static int is_mmnoask (const char *buf)
       }
       else {
         lng = m_strlen(p);
-        if (buf[lng] == '/' && str_ncasecmp (buf, p, lng) == 0)
+        if (buf[lng] == '/' && m_strncasecmp(buf, p, lng) == 0)
           return (1);
       }