mesa: Fix warning with MESA_VERBOSE=api for BindBufferRange

Reported-by: Dieter Nützel <Dieter@nuetzel-hh.de>
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
Jordan Justen 2016-01-01 16:58:49 -08:00
parent c1d14c6817
commit a2942d8f26

View file

@ -3914,7 +3914,7 @@ _mesa_BindBufferRange(GLenum target, GLuint index,
struct gl_buffer_object *bufObj;
if (MESA_VERBOSE & VERBOSE_API) {
_mesa_debug(ctx, "glBindBufferRange(%s, %u, %u, %d, %d)\n",
_mesa_debug(ctx, "glBindBufferRange(%s, %u, %u, %ld, %ld)\n",
_mesa_enum_to_string(target), index, buffer, offset, size);
}