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).

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).

-- 
Fun will now commence
  -- Seven Of Nine, "Ashes to Ashes", stardate 53679.4


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

Reply via email to