demos: use larger buffer for snprintf() call, see bug 21220

This commit is contained in:
Brian Paul
2009-04-16 09:25:52 -06:00
parent 8b2ebd1531
commit 0d0028e6df

View File

@@ -100,7 +100,7 @@ static void PrintColorStrings( void )
{
GLubyte ubbuf[3];
int i, xleft, xright;
char colorString[18];
char colorString[100];
xleft = 5 + windW/4;
xright = 5 + windW/2;