Nico Golde:
[apps/madmutt.git] / recvattach.c
index 6c49fa6..36f4a3e 100644 (file)
@@ -95,7 +95,7 @@ void mutt_update_tree (ATTACHPTR ** idx, short idxlen)
     }
 
     if (idx[x]->tree) {
-      if (safe_strcmp (idx[x]->tree, buf) != 0)
+      if (mutt_strcmp (idx[x]->tree, buf) != 0)
         str_replace (&idx[x]->tree, buf);
     }
     else