diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-04-17 00:54:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-04-17 00:54:55 +0000 |
commit | 2b83696e8a00a6f94edcc037ed077d8ba2e903e8 (patch) | |
tree | 65c54911fd097dc6bdae028ddcbb930ac7a01abf /games-action/supertuxkart/files | |
parent | remove old libhx ebuilds (diff) | |
download | gentoo-2-2b83696e8a00a6f94edcc037ed077d8ba2e903e8.tar.gz gentoo-2-2b83696e8a00a6f94edcc037ed077d8ba2e903e8.tar.bz2 gentoo-2-2b83696e8a00a6f94edcc037ed077d8ba2e903e8.zip |
old
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'games-action/supertuxkart/files')
-rw-r--r-- | games-action/supertuxkart/files/supertuxkart-0.6.2-ovflfix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games-action/supertuxkart/files/supertuxkart-0.6.2-ovflfix.patch b/games-action/supertuxkart/files/supertuxkart-0.6.2-ovflfix.patch deleted file mode 100644 index 5352683d67d3..000000000000 --- a/games-action/supertuxkart/files/supertuxkart-0.6.2-ovflfix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gui/display_res_confirm.cpp.old 2010-11-03 09:35:21.000000000 +0100 -+++ src/gui/display_res_confirm.cpp 2010-11-03 09:35:49.000000000 +0100 -@@ -107,7 +107,7 @@ - if (m_counter > 1) - { - m_counter--; -- snprintf(m_count, MAX_MESSAGE_LENGTH, _("Confirm Resolution Within %d Seconds"), m_counter); -+ snprintf(m_count, sizeof(m_count), _("Confirm Resolution Within %d Seconds"), m_counter); - widget_manager->setWgtText( WTOK_TITLE, m_count ); - } - else |