rpms/stormbaancoureur/devel stormbaancoureur-1.5-warning.patch, NONE, 1.1

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Aug 15 07:17:47 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/stormbaancoureur/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26123

Added Files:
	stormbaancoureur-1.5-warning.patch 
Log Message:
* Wed Aug 15 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.5-1
- New upstream release 1.5 (final)


stormbaancoureur-1.5-warning.patch:

--- NEW FILE stormbaancoureur-1.5-warning.patch ---
diff -up stormbaancoureur-1.5/src-stormbaancoureur/main.cxx~ stormbaancoureur-1.5/src-stormbaancoureur/main.cxx
--- stormbaancoureur-1.5/src-stormbaancoureur/main.cxx~	2007-08-15 09:03:11.000000000 +0200
+++ stormbaancoureur-1.5/src-stormbaancoureur/main.cxx	2007-08-15 09:03:11.000000000 +0200
@@ -80,7 +80,8 @@ static void OglErrorCheck(const std::str
   GLenum error = glGetError();
   while (error != GL_NO_ERROR)
   {
-    fprintf(stderr, "plode OpenGL error (%s): %s\n", context.c_str(),gluErrorString(error));
+    if (context != "ssgCullAndDraw")
+      fprintf(stderr, "plode OpenGL error (%s): %s\n", context.c_str(),gluErrorString(error));
     error = glGetError();
   }
 }




More information about the fedora-extras-commits mailing list