Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_file


Modified Files:
        ecore_file_monitor_fam.c 


Log Message:
file compiles, but does not work.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_file/ecore_file_monitor_fam.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ecore_file_monitor_fam.c    30 Aug 2005 10:05:27 -0000      1.5
+++ ecore_file_monitor_fam.c    6 Sep 2005 23:30:44 -0000       1.6
@@ -257,10 +257,11 @@
 static Ecore_File *
 _ecore_file_monitor_fam_file_find(Ecore_File_Monitor *em, char *name)
 {
+   Ecore_List2 *l;
    for (l = em->files; l; l = l->next)
      {
        Ecore_File *f;
-       f = l->data;
+       f = (Ecore_File *)l;
        if (!strcmp(f->name, name))
          return f;
      }




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to