Mesa (master): mesa: Fix the name in the error message

Ian Romanick idr at kemper.freedesktop.org
Wed Jul 23 23:45:35 UTC 2014


Module: Mesa
Branch: master
Commit: 5072d0e7fc6120fe7d1a02f0d4ba3daed4a03573
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5072d0e7fc6120fe7d1a02f0d4ba3daed4a03573

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed Jul 16 10:52:32 2014 -0700

mesa: Fix the name in the error message

Obvious copy-and-paste bug.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 src/mesa/main/uniform_query.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/main/uniform_query.cpp b/src/mesa/main/uniform_query.cpp
index 480bc6f..609d94b 100644
--- a/src/mesa/main/uniform_query.cpp
+++ b/src/mesa/main/uniform_query.cpp
@@ -91,7 +91,7 @@ _mesa_GetActiveUniformsiv(GLuint program,
 
    if (uniformCount < 0) {
       _mesa_error(ctx, GL_INVALID_VALUE,
-		  "glGetUniformIndices(uniformCount < 0)");
+		  "glGetActiveUniformsiv(uniformCount < 0)");
       return;
    }
 




More information about the mesa-commit mailing list