Wouter Verhelst <[EMAIL PROTECTED]> writes:

> tags 339344 - patch
> thanks
>
> On Mon, Jul 17, 2006 at 09:56:10AM +0200, Goswin Brederlow wrote:
>> Package: belpic
>> Followup-For: Bug #339344
>> 
>> Hi,
>> 
>> attached is a patch for the pointer conversion error.
>
> It doesn't actually work, though; you can't change the definition of a
> class which is rather central in the entire class hierarchy and hope
> that things still compile. Also, this implies an API change, which is a
> Very Bad Thing(TM).

Worked fine here on amd64. What error do you get?

> The right fix is simpler: rather than trying to cast unsigned long to
> unsigned int, one should cast unsigned long to size_t (which happens to
> be the same thing on 32bit architectures, but nowhere else).

That isn't right. That might just be working on the relevant systems.

MfG
        Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to