summaryrefslogtreecommitdiffstats
path: root/games/pinball/pinball-0.3.1-strictproto.patch
blob: 89a7fe9fa32037950149b209cb15e726757fa1e4 (plain)
1
2
3
4
5
6
7
--- base/Config.cpp.orig	2009-03-02 10:46:40.000000000 -0600
+++ base/Config.cpp	2009-03-02 10:46:40.000000000 -0600
@@ -426,2 +426,2 @@
-    char* ptr=0; 
-    char* ptrw = 0;
+    const char* ptr=0; 
+    const char* ptrw = 0;