exit str_cmp enters m_strcmp
[apps/madmutt.git] / recvattach.c
index 99a8917..e123884 100644 (file)
@@ -102,7 +102,7 @@ void mutt_update_tree (ATTACHPTR ** idx, short idxlen)
     }
 
     if (idx[x]->tree) {
-      if (str_cmp (idx[x]->tree, buf) != 0)
+      if (m_strcmp(idx[x]->tree, buf) != 0)
         str_replace (&idx[x]->tree, buf);
     }
     else