diff options
author | Brian Paul <brianp@vmware.com> | 2010-01-07 09:10:53 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-01-07 09:20:48 -0700 |
commit | 7c55fe9bfd6f5db8759610bbbf1fa220f02b8164 (patch) | |
tree | d7ce600b36a2dd9d6578ae2a0a278389fe90fe8d | |
parent | c642c246d7c908976505ee18fbf328572e213499 (diff) |
progs/fp: increase buffer size to read larger shaders
-rw-r--r-- | progs/fp/fp-tri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/fp/fp-tri.c b/progs/fp/fp-tri.c index ed29a2d683..70676d4c40 100644 --- a/progs/fp/fp-tri.c +++ b/progs/fp/fp-tri.c @@ -73,7 +73,7 @@ static void Init( void ) GLuint Texture; GLint errno; GLuint prognum; - char buf[4096]; + char buf[50000]; GLuint sz; FILE *f; |