summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_tex.c
diff options
context:
space:
mode:
authorAapo Tahkola <aet@rasterburn.org>2005-02-24 13:59:56 +0000
committerAapo Tahkola <aet@rasterburn.org>2005-02-24 13:59:56 +0000
commitac8020ea9cad98471f0cb6529982d585b3e0b03d (patch)
tree4837dc7b79fbf2655b6f9810685ece0c4aebed2b /src/mesa/drivers/dri/r300/r300_tex.c
parent2c6f911e10761c0946261d494bf149b19072821d (diff)
Another nasty struct size bug found.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_tex.c')
-rw-r--r--src/mesa/drivers/dri/r300/r300_tex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_tex.c b/src/mesa/drivers/dri/r300/r300_tex.c
index c3010d3ceb..e6c8c18011 100644
--- a/src/mesa/drivers/dri/r300/r300_tex.c
+++ b/src/mesa/drivers/dri/r300/r300_tex.c
@@ -816,7 +816,7 @@ static void r300TexEnv(GLcontext * ctx, GLenum target,
*/
switch (pname) {
case GL_TEXTURE_ENV_COLOR:{
- fprintf(stderr, "%s:%s I am broken - Fixme !\n", __FILE__, __FUNCTION__);
+ WARN_ONCE("I am broken - Fixme !\n");
/*
GLubyte c[4];
GLuint envColor;