On Sat, Apr 11, 2009 at 4:20 AM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
>  change to Eina_List
> -   if (data <= 0) return;
> +   for (l = list, o = eina_list_data_get(l); l; l = eina_list_next(l),
> +                                                o = eina_list_data_get(l))

EINA_LIST_FOREACH(), please use it or EINA_LIST_FOREACH_SAFE() if you
want to remove the current element while you iterate.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to