projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b96db3
)
progs/tests: re-enable exit() call
author
Brian Paul
<brianp@vmware.com>
Tue, 1 Sep 2009 14:53:31 +0000
(08:53 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 3 Sep 2009 22:07:45 +0000
(16:07 -0600)
See bug 21267.
progs/tests/fbotest1.c
patch
|
blob
|
history
diff --git
a/progs/tests/fbotest1.c
b/progs/tests/fbotest1.c
index 8dac21494e6b00da9b243d15e2244ecda659dea2..0cd7f95c355c616755777adf861b0e9c78b61e8f 100644
(file)
--- a/
progs/tests/fbotest1.c
+++ b/
progs/tests/fbotest1.c
@@
-127,7
+127,7
@@
Init( void )
if (!glutExtensionSupported("GL_EXT_framebuffer_object")) {
printf("GL_EXT_framebuffer_object not found!\n");
- /*exit(0);*/
+ exit(0);
}
printf("GL_RENDERER = %s\n", (char *) glGetString(GL_RENDERER));