Mikhail Gusarov wrote:
> Twas brillig at 06:28:41 24.08.2009 UTC-04 when cpmicha...@comcast.net did 
> gyre and gimble:
> 
>  CM>     if (obj->delete_me) return 0;
> 
>  CM> Shouldn't that be:
>  CM>     if (obj->delete_me) return NULL;
> 
> ./linux/stddef.h:#define NULL 0
> 
And if we're not on linux ?? :)

IMO, those should be consistent (which they are now, thanks Vincent), so 
that regardless of platform the returns are as expected.

dh

------------------------------------------------------------------------------
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to