summaryrefslogtreecommitdiff
path: root/games-strategy/s25rttr/files/s25rttr-0.8.1-format.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-strategy/s25rttr/files/s25rttr-0.8.1-format.patch
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-strategy/s25rttr/files/s25rttr-0.8.1-format.patch')
-rw-r--r--games-strategy/s25rttr/files/s25rttr-0.8.1-format.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-strategy/s25rttr/files/s25rttr-0.8.1-format.patch b/games-strategy/s25rttr/files/s25rttr-0.8.1-format.patch
deleted file mode 100644
index 3d50543b9c0e..000000000000
--- a/games-strategy/s25rttr/files/s25rttr-0.8.1-format.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/dskGameInterface.cpp.old 2016-02-15 21:11:58.308899794 +0100
-+++ b/src/dskGameInterface.cpp 2016-02-15 21:12:24.564433584 +0100
-@@ -1349,7 +1349,7 @@
- snprintf(text, sizeof(text), _("Team victory! '%s' and '%s' and '%s' and '%s' are the winners!"), GameClient::inst().GetPlayer(winners[0])->name.c_str(),GameClient::inst().GetPlayer(winners[1])->name.c_str(),GameClient::inst().GetPlayer(winners[2])->name.c_str(),GameClient::inst().GetPlayer(winners[3])->name.c_str());
- break;
- default:
-- snprintf(text, sizeof(text), _("Team victory!"));
-+ snprintf(text, sizeof(text), "%s", _("Team victory!"));
- break;
- }
- messenger.AddMessage("", 0, CD_SYSTEM, text, COLOR_ORANGE);