summaryrefslogtreecommitdiff
path: root/games-board/pokerth/files/pokerth-1.1.2-protobuf.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-board/pokerth/files/pokerth-1.1.2-protobuf.patch
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-board/pokerth/files/pokerth-1.1.2-protobuf.patch')
-rw-r--r--games-board/pokerth/files/pokerth-1.1.2-protobuf.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/games-board/pokerth/files/pokerth-1.1.2-protobuf.patch b/games-board/pokerth/files/pokerth-1.1.2-protobuf.patch
deleted file mode 100644
index 0ac2ab0b1531..000000000000
--- a/games-board/pokerth/files/pokerth-1.1.2-protobuf.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-https://github.com/pokerth/pokerth/issues/339
---- PokerTH-1.1.1-src/pokerth.proto
-+++ PokerTH-1.1.1-src.new/pokerth.proto
-@@ -701,7 +701,7 @@
-
- message ErrorMessage {
- enum ErrorReason {
-- reserved = 0;
-+ custReserved = 0;
- initVersionNotSupported = 1;
- initServerFull = 2;
- initAuthFailure = 3;
---- PokerTH-1.1.1-src/src/net/common/netpacket.cpp
-+++ PokerTH-1.1.1-src.new/src/net/common/netpacket.cpp
-@@ -249,7 +249,7 @@
- retVal = ErrorMessage::sessionTimeout;
- break;
- default :
-- retVal = ErrorMessage::reserved;
-+ retVal = ErrorMessage::custReserved;
- break;
- }
- return retVal;