summaryrefslogtreecommitdiff
path: root/games/windstille/files/patch-src-tinygettext-tinygettext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/windstille/files/patch-src-tinygettext-tinygettext.cpp')
-rw-r--r--games/windstille/files/patch-src-tinygettext-tinygettext.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/windstille/files/patch-src-tinygettext-tinygettext.cpp b/games/windstille/files/patch-src-tinygettext-tinygettext.cpp
deleted file mode 100644
index db289b32adca..000000000000
--- a/games/windstille/files/patch-src-tinygettext-tinygettext.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/tinygettext/tinygettext.cpp.orig Sat Jul 2 19:58:07 2005
-+++ src/tinygettext/tinygettext.cpp Thu Jun 14 16:12:51 2007
-@@ -50,7 +50,7 @@
- strcpy(in_orig, text.c_str());
-
- char* out = out_orig;
-- ICONV_CONST char* in = in_orig;
-+ const char* in = in_orig;
- size_t out_len_temp = out_len; // iconv is counting down the bytes it has
- // written from this...
-