exit str_cmp enters m_strcmp
[apps/madmutt.git] / imap / browse.c
index 68974a2..d9bdf83 100644 (file)
@@ -440,7 +440,7 @@ static void imap_add_folder (char delim, char *folder, int noselect,
 
 static int compare_names (struct folder_file *a, struct folder_file *b)
 {
-  return str_cmp (a->name, b->name);
+  return m_strcmp(a->name, b->name);
 }
 
 static int browse_get_namespace (IMAP_DATA * idata, char *nsbuf, int nsblen,