Module: Mesa
Branch: master
Commit: 375a6b4c4a68fff0567b304fc24de78ea8250124
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=375a6b4c4a68fff0567b304fc24de78ea8250124

Author: Brian Paul <[email protected]>
Date:   Tue Sep  1 08:53:31 2009 -0600

progs/tests: re-enable exit() call

See bug 21267.

---

 progs/tests/fbotest1.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/progs/tests/fbotest1.c b/progs/tests/fbotest1.c
index 8dac214..0cd7f95 100644
--- 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));
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to