Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/data


Modified Files:
        evas_object_list.c 


Log Message:


build with amd64 asm (needs to be manually enabled though right now)
minor list cleanups :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/data/evas_object_list.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- evas_object_list.c  4 Apr 2005 16:01:34 -0000       1.3
+++ evas_object_list.c  9 Apr 2005 00:09:24 -0000       1.4
@@ -17,7 +17,7 @@
        return new_l;
      }
    if (list->last) l = list->last;
-   else for (l = list; l; l = l->next);
+   else for (l = list; (l) && (l->next); l = l->next);
    l->next = new_l;
    new_l->prev = l;
    list->last = new_l;




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to