summarylogtreecommitdiffstats
path: root/pinball-0.3.1-strictproto.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pinball-0.3.1-strictproto.patch')
-rw-r--r--pinball-0.3.1-strictproto.patch7
1 files changed, 0 insertions, 7 deletions
diff --git a/pinball-0.3.1-strictproto.patch b/pinball-0.3.1-strictproto.patch
deleted file mode 100644
index 89a7fe9fa320..000000000000
--- a/pinball-0.3.1-strictproto.patch
+++ /dev/null
@@ -1,7 +0,0 @@
---- 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;