[haiku-commits] r34006 - haiku/trunk/src/apps/aboutsystem

  • From: anevilyak@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 12 Nov 2009 05:28:27 +0100 (CET)

Author: anevilyak
Date: 2009-11-12 05:28:27 +0100 (Thu, 12 Nov 2009)
New Revision: 34006
Changeset: http://dev.haiku-os.org/changeset/34006/haiku
Ticket: http://dev.haiku-os.org/ticket/4939

Modified:
   haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
Log:
VL-Gothic's copyright was missing the NULL terminator on the argument list. 
This caused a crash on gcc2. Fixes ticket #4939.


Modified: haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
===================================================================
--- haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2009-11-11 20:06:28 UTC 
(rev 34005)
+++ haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2009-11-12 04:28:27 UTC 
(rev 34006)
@@ -1006,7 +1006,8 @@
                        COPYRIGHT_STRING "2003-2008 M+ FONTS PROJECT",
                        COPYRIGHT_STRING "2006-2009 Daisuke SUZUKI",
                        COPYRIGHT_STRING "2006-2009 Project Vine",
-                       "MIT license. All rights reserved."));
+                       "MIT license. All rights reserved.",
+                       NULL));
                        // TODO: License!
 
        // expat copyrights


Other related posts: