Date: Wed, 23 Jul 2003 14:51:11 +0200 From: Simon Barner <barner@in.tum.de> To: Kris Kennaway <kris@obsecurity.org> Cc: current@FreeBSD.org Subject: Re: Fixing gcc 3.3 compile failures -- fix for graphics/xmms-gforce Message-ID: <20030723125111.GE566@zi025.glhnet.mhn.de> In-Reply-To: <20030718025200.GA36893@rot13.obsecurity.org> References: <20030718025200.GA36893@rot13.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--itqfrb9Qq3wY07cp Content-Type: multipart/mixed; boundary="3VRmKSg17yJg2MZg" Content-Disposition: inline --3VRmKSg17yJg2MZg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline --3VRmKSg17yJg2MZg Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-_Unix-X::libxpce::xvhandler.c" Content-Transfer-Encoding: quoted-printable --- _Unix-X/libxpce/xvhandler.c.orig Wed Jul 23 04:43:19 2003 +++ _Unix-X/libxpce/xvhandler.c Wed Jul 23 04:44:31 2003 @@ -342,7 +342,7 @@ =20 /* x_DCTCEDoComp() - Do one component for DCTCE */ int x_DCTCEDoComp(int mask, int color) { - static const char cnames[] =3D { "red", "green", "blue" }; + static const char cnames[3][20] =3D { "red", "green", "blue" }; static const char cflags[] =3D { DoRed, DoGreen, DoBlue };=20 static unsigned long int * const carrays[] =3D { X_redmap,=20 X_greenmap,=20 --3VRmKSg17yJg2MZg-- --itqfrb9Qq3wY07cp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/HoS/Ckn+/eutqCoRAntEAKCsX9mDyWhIST3kl+jN1FBY5Hrp0gCfQZOp eRH1zXmTtI4CjIqYrPj9UHo= =x/CZ -----END PGP SIGNATURE----- --itqfrb9Qq3wY07cp--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030723125111.GE566>