On Thu, Jun 18, 2009 at 7:56 PM, Enlightenment
SVN<no-re...@enlightenment.org> wrote:
> Log:
>  EINA_LIST_FOREACH
> Author:       morlenxus
> Date:         2009-06-18 15:56:06 -0700 (Thu, 18 Jun 2009)
> New Revision: 41109
>
> Modified:
>  trunk/E-MODULES-EXTRA/diskio/src/e_mod_config.c
>
> Modified: trunk/E-MODULES-EXTRA/diskio/src/e_mod_config.c
> ===================================================================
> --- trunk/E-MODULES-EXTRA/diskio/src/e_mod_config.c     2009-06-18 20:12:16 
> UTC (rev 41108)
> +++ trunk/E-MODULES-EXTRA/diskio/src/e_mod_config.c     2009-06-18 22:56:06 
> UTC (rev 41109)
> @@ -94,7 +94,7 @@
>
>    if (cfdata->disks)
>      {
> -               for (l = cfdata->disks; l; l = eina_list_next(l))
> +               EINA_LIST_FOREACH(cfdata->disks, l, disk)
>                  {
>                         disk = eina_list_data_get(l);

disk is already set by macro



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

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to