mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
progs/fp: increase buffer size to read larger shaders
This commit is contained in:
parent
c642c246d7
commit
7c55fe9bfd
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ static void Init( void )
|
|||
GLuint Texture;
|
||||
GLint errno;
|
||||
GLuint prognum;
|
||||
char buf[4096];
|
||||
char buf[50000];
|
||||
GLuint sz;
|
||||
FILE *f;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue