summaryrefslogtreecommitdiff
path: root/x11/3ddesktop/files/patch-config.cpp
blob: 46cfa45e5c7c738609f92f27c7c59b7b8a5c2f06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- config.cpp.orig	2005-06-20 11:20:44 UTC
+++ config.cpp
@@ -64,8 +64,9 @@ get_boolean (char *value) 
 }
 
 
-Options::Options(char *n = NULL) 
+Options::Options(char *n) 
 {
+    n = NULL;
 
     if (n)
         strncpy(name, n, sizeof(name));