*API BREAK* in Ecore Data

SVN revision: 30971
This commit is contained in:
Peter Wehrfritz 2007-07-25 17:06:42 +00:00
parent 270e794669
commit 6421d38bcf
1 changed files with 1 additions and 1 deletions

2
mdir.c
View File

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