From mesa3d-dev Fri Aug 15 00:30:34 2014 From: Fredrik =?iso-8859-1?q?H=F6glund?= Date: Fri, 15 Aug 2014 00:30:34 +0000 To: mesa3d-dev Subject: Re: [Mesa-dev] [PATCH 2/3] mesa: fix copy and paste errors in glBindVertexBuffers Message-Id: <201408150230.34975.fredrik () kde ! org> X-MARC-Message: https://marc.info/?l=mesa3d-dev&m=140806264924869 On Friday 15 August 2014, Timothy Arceri wrote: > Signed-off-by: Timothy Arceri > --- > src/mesa/main/varray.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > = > diff --git a/src/mesa/main/varray.c b/src/mesa/main/varray.c > index 6b43260..e01cc3a 100644 > --- a/src/mesa/main/varray.c > +++ b/src/mesa/main/varray.c > @@ -1574,14 +1574,14 @@ _mesa_BindVertexBuffers(GLuint first, GLsizei cou= nt, const GLuint *buffers, > */ > if (offsets[i] < 0) { > _mesa_error(ctx, GL_INVALID_VALUE, > - "glBindVertexBuffer(offsets[%u]=3D%" PRId64 " < 0)", > + "glBindVertexBuffers(offsets[%u]=3D%" PRId64 " < 0)= ", > i, (int64_t) offsets[i]); > continue; > } > = > if (strides[i] < 0) { > _mesa_error(ctx, GL_INVALID_VALUE, > - "glBindVertexBuffer(strides[%u]=3D%d < 0)", > + "glBindVertexBuffers(strides[%u]=3D%d < 0)", > i, strides[i]); > continue; > } > = Reviewed-by: Fredrik H=F6glund _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev