Perfect timing, I just got a new computer running on amd64, and just experienced the bug for myself!
Thanks, will patch soon! Drew On Thu, 2008-12-11 at 21:05 +0200, Damyan Ivanov wrote: > tags 498912 patch > thanks > > Hi, > > The following patch fixed that for me (and my son). > ------------------------------------------- > --- mirrormagic-2.0.2.0deb1.orig/src/libgame/gadgets.c > +++ mirrormagic-2.0.2.0deb1/src/libgame/gadgets.c > @@ -301,11 +301,11 @@ > break; > > case GDI_TYPE: > - gi->type = va_arg(ap, unsigned long); > + gi->type = va_arg(ap, int); > break; > > case GDI_STATE: > - gi->state = va_arg(ap, unsigned long); > + gi->state = va_arg(ap, int); > break; > > case GDI_CHECKED: > -------------------------------------------- > > I haven't tried a 32-bit build so you may want to. > > The patch is taken from the Fedora package. > > Thanks for considering, > > dam -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org