From 70d385fb2fcbfc045779a4931face474dc8294b9 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Thu, 12 Nov 2009 04:28:27 +0000 Subject: [PATCH] VL-Gothic's copyright was missing the NULL terminator on the argument list. This caused a crash on gcc2. Fixes ticket #4939. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34006 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 3ef3f3b69c..7d181ad946 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -1006,7 +1006,8 @@ AboutView::_CreateCreditsView() 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