• Bug#259410: Bug is caused by an invalid pixmap

    From =?iso-8859-1?Q?G=F6ran?= Weinholt@1:229/2 to All on Sat Aug 21 07:30:10 2004
    From: [email protected]

    --5mCyUwZo2JvN/JJP
    Content-Type: text/plain; charset=iso-8859-1
    Content-Disposition: inline
    Content-Transfer-Encoding: quoted-printable

    tags 259410 patch
    thanks

    Hi,

    this bug is caused by src/picture/help.xpm being an invalid
    pixmap. The first line of the pixmap says that the image has 17
    colors, while in reality only 16 are listed. For some bizarre reason
    this works on i386 but segfaults on powerpc.

    The attached patch fixes the bug.

    Regards,

    --
    G�ran Weinholt <[email protected]>
    Debian developer, sysadmin, netadmin

    --5mCyUwZo2JvN/JJP
    Content-Type: text/plain; charset=us-ascii
    Content-Disposition: attachment; filename="linneighborhood.help_xpm.diff"

    --- linneighborhood-0.6.5.orig/src/picture/help.xpm
    +++ linneighborhood-0.6.5/src/picture/help.xpm
    @@ -1,6 +1,6 @@
    /* XPM */
    static char * help_xpm[] = {
    -"20 20 17 1",
    +"20 20 16 1",
    " c None",
    ". c #000000",
    "+ c #800000",

    --5mCyUwZo2JvN/JJP--

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.5 (GNU/Linux)

    iD8DBQFBJtpXjfWLtkqIVOYRAmjuAJkBsAiWEMlHR92eHaNZLFPrhh+/KACeLF+3 4EkEELxR+0Gs/8ZUNH1OWs4=
    =nOAY
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)