On Wed, 19 Aug 2009 11:59:50 +0200 Cedric BAIL <[email protected]> said:
> On Wed, Aug 19, 2009 at 10:40 AM, Vincent Torri<[email protected]> wrote: > > On Wed, 19 Aug 2009, Vincent Torri wrote: > >> Hey, > >> > >> in eina_fixed_bitmap.c, lines 68, 88 and 160, offsets are computed and > >> stored in an int. But, if I'm not mistaken, on 64 bits arch, offsets are > >> 64 bits long. > >> > >> Shouldn't we store them in long instead of int ? > > > > and technically speaking, we should cast to char * (it seems that, for > > gcc, sizeof(void) == 1) > > And sizeof(void*) ? :-) m mm.. like the smell of that one! :) -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ 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
