projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f549f4c
)
progs/tests: silence warning
author
Brian Paul
<brianp@vmware.com>
Fri, 13 Nov 2009 06:06:54 +0000
(23:06 -0700)
committer
Brian Paul
<brianp@vmware.com>
Mon, 16 Nov 2009 18:33:45 +0000
(11:33 -0700)
progs/tests/packedpixels.c
patch
|
blob
|
history
diff --git
a/progs/tests/packedpixels.c
b/progs/tests/packedpixels.c
index a08e7c2b922de9b9cc5880e929a2879e60478edb..c8884bb79f1da48897eb6314fd9f43a99f689f4e 100644
(file)
--- a/
progs/tests/packedpixels.c
+++ b/
progs/tests/packedpixels.c
@@
-272,7
+272,7
@@
Draw(void)
glPushMatrix();
glTranslatef(2, (i + 1) * (h + 2), 0);
glRasterPos2i(8, 6);
- sprintf(s, "Internal Texture Format [f/F]: %s (%d of %
d
)",
+ sprintf(s, "Internal Texture Format [f/F]: %s (%d of %
lu
)",
IntFormats[CurFormat].name, CurFormat + 1, NUM_INT_FORMATS);
PrintString(s);
glPopMatrix();