Module: Mesa Branch: master Commit: 197b1d78983983a64a81c49dab6325a2c6b447d4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=197b1d78983983a64a81c49dab6325a2c6b447d4
Author: Brian Paul <[email protected]> Date: Fri Nov 19 14:34:07 2010 -0700 mesa: fix error msg typo --- src/mesa/main/clear.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/clear.c b/src/mesa/main/clear.c index 61bc836..c4c1d96 100644 --- a/src/mesa/main/clear.c +++ b/src/mesa/main/clear.c @@ -404,7 +404,7 @@ _mesa_ClearBufferuiv(GLenum buffer, GLint drawbuffer, const GLuint *value) { const GLbitfield mask = make_color_buffer_mask(ctx, drawbuffer); if (mask == INVALID_MASK) { - _mesa_error(ctx, GL_INVALID_VALUE, "glClearBufferiv(drawbuffer=%d)", + _mesa_error(ctx, GL_INVALID_VALUE, "glClearBufferuiv(drawbuffer=%d)", drawbuffer); return; } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
