Signed-off-by: Rafal Mielniczuk <[email protected]>
---
src/mesa/main/queryobj.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mesa/main/queryobj.c b/src/mesa/main/queryobj.c
index d2d9fa7..ba9c7f5 100644
--- a/src/mesa/main/queryobj.c
+++ b/src/mesa/main/queryobj.c
@@ -702,7 +702,7 @@ _mesa_GetQueryObjecti64v(GLuint id, GLenum pname,
GLint64EXT *params)
if (!q || q->Active) {
_mesa_error(ctx, GL_INVALID_OPERATION,
- "glGetQueryObjectui64vARB(id=%d is invalid or active)", id);
+ "glGetQueryObjecti64vARB(id=%d is invalid or active)", id);
return;
}
@@ -746,7 +746,7 @@ _mesa_GetQueryObjectui64v(GLuint id, GLenum pname,
GLuint64EXT *params)
if (!q || q->Active) {
_mesa_error(ctx, GL_INVALID_OPERATION,
- "glGetQueryObjectuui64vARB(id=%d is invalid or active)", id);
+ "glGetQueryObjectui64vARB(id=%d is invalid or active)", id);
return;
}
--
1.9.0
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev