projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
590b557
)
fix error msg
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 4 Nov 2006 17:31:21 +0000
(17:31 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 4 Nov 2006 17:31:21 +0000
(17:31 +0000)
src/mesa/shader/arbprogram.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/arbprogram.c
b/src/mesa/shader/arbprogram.c
index baba887912cd5caf9bb7eee3eba669111165f30d..91fb691038197ad0d37eafe03f371176b13e8b57 100644
(file)
--- a/
src/mesa/shader/arbprogram.c
+++ b/
src/mesa/shader/arbprogram.c
@@
-126,7
+126,7
@@
_mesa_GetVertexAttribfvARB(GLuint index, GLenum pname, GLfloat *params)
case GL_CURRENT_VERTEX_ATTRIB_ARB:
if (index == 0) {
_mesa_error(ctx, GL_INVALID_OPERATION,
- "glGetVertexAttribfvARB(
pname
)");
+ "glGetVertexAttribfvARB(
index==0
)");
return;
}
FLUSH_CURRENT(ctx, 0);