minor issue

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@414 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2005-03-17 02:48:44 +00:00
parent 8d9241ba21
commit 04a6f1ae6f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ GLenum glewContextInit (GLEW_CONTEXT_ARG_DEF_LIST)
GLuint major, minor;
/* check for SiS driver */
s = glGetString(GL_RENDERER);
if (s && _glewStrSame(s,"SiS",3))
if (s && _glewStrSame(s,(const GLubyte*)"SiS",3))
{
GLEW_VERSION_1_1 = GL_TRUE;
GLEW_VERSION_1_2 = GL_FALSE;