Re: [Announce] Amaya 9.55 republished

On Tue, July 24, 2007 07:54, Emilien Kia wrote:
>
> Hello
>
> In fact, it is not a problem of int/intprt_t in the declaration of the
internal structure but a problem of voidized pointer in the
> SetAttrValueToRange function.

I have no idea what a 'voidized' pointer is, but casting a pointer (void
or not) to an int does not work well when sizeof(int)==4 and
sizeof(void*)==8.

I'm curious to see what the proper fix is.

Regis

Received on Tuesday, 24 July 2007 13:05:23 UTC