Mesa (master): vbo: fix build breakage...oops

Brian Paul brianp at kemper.freedesktop.org
Thu May 21 23:07:39 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 17:07:33 2009 -0600

vbo: fix build breakage...oops

---

 src/mesa/vbo/vbo_exec_array.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/vbo/vbo_exec_array.c b/src/mesa/vbo/vbo_exec_array.c
index 564f7f7..df44493 100644
--- a/src/mesa/vbo/vbo_exec_array.c
+++ b/src/mesa/vbo/vbo_exec_array.c
@@ -366,7 +366,7 @@ vbo_exec_DrawRangeElements(GLenum mode,
       /* the max element is out of bounds of one or more enabled arrays */
       _mesa_warning(ctx, "glDraw[Range]Elements(start %u, end %u, count %d, "
                     "type 0x%x) index=%u is out of bounds (max=%u)",
-                    start, end, count, type, end,
+                    start, end, count, type, end);
       if (0)
          _mesa_print_arrays(ctx);
       return;




More information about the mesa-commit mailing list