Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src


Modified Files:
        entropy_file.c 


Log Message:
More background work

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/entropy_file.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- entropy_file.c      20 Oct 2005 08:45:54 -0000      1.1
+++ entropy_file.c      21 Oct 2005 14:32:05 -0000      1.2
@@ -34,7 +34,7 @@
        entropy_generic_file* file;
 
        ecore_list_goto_first(file_list);
-       while ( (file_ins = ecore_list_next(file_list)) ) {
+       while ( (file_ins = ecore_list_remove_first(file_list)) ) {
                int ins = 0;
 
                ecore_list_goto_first(new_list);
@@ -59,9 +59,9 @@
                out: ;
 
        }
-
        ecore_list_destroy(file_list);
 
+
        return new_list;
        
 }




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to