mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
demos: use larger buffer for snprintf() call, see bug 21220
This commit is contained in:
parent
8b2ebd1531
commit
0d0028e6df
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue