projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb0c478
)
minor fprintf() change
author
Brian
<brian@yutani.localnet.net>
Wed, 17 Jan 2007 23:30:11 +0000
(16:30 -0700)
committer
Brian
<brian@yutani.localnet.net>
Wed, 17 Jan 2007 23:30:11 +0000
(16:30 -0700)
progs/demos/fslight.c
patch
|
blob
|
history
diff --git
a/progs/demos/fslight.c
b/progs/demos/fslight.c
index bad7b2641860547fb5052dd8909f5ed9fb946f14..a9e33e61823dc7b5a65a1aa8eebc782f6fbff358 100644
(file)
--- a/
progs/demos/fslight.c
+++ b/
progs/demos/fslight.c
@@
-402,7
+402,7
@@
LoadAndCompileShader(GLuint shader, const char *text)
GLchar log[1000];
GLsizei len;
glGetShaderInfoLog_func(shader, 1000, &len, log);
- fprintf(stderr, "fslight: problem compiling shader:
%s\n", log);
+ fprintf(stderr, "fslight: problem compiling shader:
\n
%s\n", log);
exit(1);
}
}