*API BREAK* in Ecore Data

SVN revision: 30971
master
Peter Wehrfritz 16 years ago
parent 270e794669
commit 6421d38bcf
  1. 2
      mdir.c

@ -100,7 +100,7 @@ _mail_mdir_get_files (const char *path)
int i = 0;
l = ecore_file_ls (path);
ecore_list_goto_first (l);
ecore_list_first_goto (l);
while ((item = (char *) ecore_list_next (l)) != NULL)
{
if ((!strcmp (item, ".")) || (!strcmp (item, "..")))

Loading…
Cancel
Save