On Sun, Aug 23, 2009 at 4:20 AM, Vincent Torri<[email protected]> wrote: > > Hey, > > in edje_calc, line 1148, we can see: > > *maxw = desc->max.w; > if (maxw > 0) > > shouldn't it be : > > *maxw = desc->max.w; > if (*maxw > 0) > > instead ?
sure it does. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
