diff options
Diffstat (limited to 'games-strategy/megaglest/files/megaglest-3.9.0.3-Waddress.patch')
-rw-r--r-- | games-strategy/megaglest/files/megaglest-3.9.0.3-Waddress.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games-strategy/megaglest/files/megaglest-3.9.0.3-Waddress.patch b/games-strategy/megaglest/files/megaglest-3.9.0.3-Waddress.patch deleted file mode 100644 index a56a32266e1d..000000000000 --- a/games-strategy/megaglest/files/megaglest-3.9.0.3-Waddress.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/source/shared_lib/sources/platform/sdl/window.cpp -+++ b/source/shared_lib/sources/platform/sdl/window.cpp -@@ -1034,7 +1034,7 @@ - wchar_t keyW = c; - wchar_t textAppend[] = { keyW, 0 }; - -- if(textAppend) { -+ if(textAppend[0]) { - wchar_t newKey = textAppend[0]; - if (newKey < 0x80) { - result.push_back(1); |