fixed IRIX warnings

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@289 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2004-09-06 19:31:02 +00:00
parent b1b344b799
commit 39101e242d

View File

@ -204,7 +204,7 @@ void PrintExtensions (const char* s)
{
char t[80];
int i=0;
char* p = 0;
char* p=0;
t[79] = '\0';
while (*s)