[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Logic error in GSContext.m?
From: |
Fred Kiefer |
Subject: |
Re: Logic error in GSContext.m? |
Date: |
Sat, 13 Mar 2010 15:48:24 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.8) Gecko/20100228 SUSE/3.0.3-1.1.1 Thunderbird/3.0.3 |
Thank you for this patch! I already applied it.
The only way I can explain the current code here is that I tried my best
to work around all the compiler warnings about mismatched types and that
somehow left the extra & operator.
Fred
Am 13.03.2010 00:52, schrieb Anibal Rindisbacher:
> Hi everyone, I think that I find a logic error in the code of *GSContext.m *
> (back/Source/gsc/GSContext.m)
>
> I don't know why you do this:
>
> const unsigned char *data[5];
>
> [bitmap getBitmapDataPlanes: &data];
> *
> *
> while the getBitmapDataPlanes receive *unsigned char ***, by the way I just
> modify to remove the warnings in the gsc module (?).*
> *
>
> Sorry for my English.
>
> Anibal.-