Update GLEXT.h to revision 29735

This commit is contained in:
Raul Tambre 2015-02-18 11:39:56 +02:00
parent 2df18c91e9
commit 714ff6c32e
2 changed files with 49 additions and 46 deletions

View file

@ -51,7 +51,7 @@ void GLProgram::Create(const u32 vp, const u32 fp)
if (bufLength)
{
char* buf = new char[bufLength+1]();
char* buf = new char[bufLength + 1]();
glGetProgramInfoLog(id, bufLength, NULL, buf);
LOG_ERROR(RSX, "Could not link program: %s", buf);
delete[] buf;