Mesa (master): progs/tests: Fix build.

Vinson Lee vlee at kemper.freedesktop.org
Wed Dec 23 07:30:44 UTC 2009


Module: Mesa
Branch: master
Commit: 0f6cbc55b7d05dbe4cd93a55238230b420e39e00
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f6cbc55b7d05dbe4cd93a55238230b420e39e00

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Dec 22 00:54:34 2009 -0800

progs/tests: Fix build.
(cherry picked from commit 1bf2d78b11ac9ac71f4be285963db1af9f09fe73)

---

 progs/tests/packedpixels.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/progs/tests/packedpixels.c b/progs/tests/packedpixels.c
index 1e70a31..34df955 100644
--- a/progs/tests/packedpixels.c
+++ b/progs/tests/packedpixels.c
@@ -273,7 +273,6 @@ Draw(void)
    glTranslatef(2, (i + 1) * (h + 2), 0);
    glRasterPos2i(8, 6);
    sprintf(s, "Internal Texture Format [f/F]: %s (%d of %lu)",
-           IntFormats[CurFormat].name, CurFormat + 1, NUM_INT_FORMATS);
            IntFormats[CurFormat].name, CurFormat + 1, (unsigned long) NUM_INT_FORMATS);
    PrintString(s);
    glPopMatrix();




More information about the mesa-commit mailing list