r12422 - in packages/trunk/naev/debian: . patches

Vincent Cheng vincentc-guest at alioth.debian.org
Wed May 25 05:34:51 UTC 2011


Author: vincentc-guest
Date: 2011-05-25 05:34:51 +0000 (Wed, 25 May 2011)
New Revision: 12422

Added:
   packages/trunk/naev/debian/patches/
   packages/trunk/naev/debian/patches/series
   packages/trunk/naev/debian/patches/xml_cleanup_parser.patch
Log:
naev: A quick fix for http://code.google.com/p/naev/issues/detail?id=102


Added: packages/trunk/naev/debian/patches/series
===================================================================
--- packages/trunk/naev/debian/patches/series	                        (rev 0)
+++ packages/trunk/naev/debian/patches/series	2011-05-25 05:34:51 UTC (rev 12422)
@@ -0,0 +1 @@
+xml_cleanup_parser.patch

Added: packages/trunk/naev/debian/patches/xml_cleanup_parser.patch
===================================================================
--- packages/trunk/naev/debian/patches/xml_cleanup_parser.patch	                        (rev 0)
+++ packages/trunk/naev/debian/patches/xml_cleanup_parser.patch	2011-05-25 05:34:51 UTC (rev 12422)
@@ -0,0 +1,13 @@
+Original bug report: http://code.google.com/p/naev/issues/detail?id=102
+Also see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500696#15
+--- a/src/naev.c
++++ b/src/naev.c
+@@ -554,7 +554,7 @@
+    background_init();
+    player_init(); /* Initialize player stuff. */
+    loadscreen_render( 1., "Loading Completed!" );
+-   xmlCleanupParser(); /* Only needed to be run after all the loading is done. */
++   //xmlCleanupParser(); /* Only needed to be run after all the loading is done. */
+ }
+ /**
+  * @brief Unloads all data, simplifies main().




More information about the Pkg-games-commits mailing list