summaryrefslogtreecommitdiff
path: root/databases/usogres/files/patch-protocol.cc
diff options
context:
space:
mode:
Diffstat (limited to 'databases/usogres/files/patch-protocol.cc')
-rw-r--r--databases/usogres/files/patch-protocol.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/usogres/files/patch-protocol.cc b/databases/usogres/files/patch-protocol.cc
deleted file mode 100644
index a8d1c3f27b90..000000000000
--- a/databases/usogres/files/patch-protocol.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/protocol.cc.orig Wed Aug 20 19:10:01 2003
-+++ src/protocol.cc Wed Aug 20 19:10:03 2003
-@@ -330,7 +330,7 @@
- #ifdef WIN32
- std::string str(p + sizeof(int), len);
- #else
-- string str(p + sizeof(int), len);
-+ std::string str(p + sizeof(int), len);
- #endif
- printf(" Value:%s\n", str.c_str());
- p += len + sizeof(int);