/[pkgs]/devel/KoboDeluxe/KoboDeluxe-0.5.1-gcc44.patch
ViewVC logotype

Contents of /devel/KoboDeluxe/KoboDeluxe-0.5.1-gcc44.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Mon Mar 9 10:18:08 2009 UTC (8 months, 2 weeks ago) by jwrdegoede
Branch: MAIN
CVS Tags: F-12-split, KoboDeluxe-0_5_1-7_fc12, KoboDeluxe-0_5_1-6_fc12, KoboDeluxe-0_5_1-5_fc11, F-11-split, HEAD
File MIME type: text/x-patch
* Mon Mar 9  2009 Hans de Goede <hdegoede@redhat.com> 0.5.1-4
- Fix building with gcc 4.4
1 diff -up KoboDeluxe-0.5.1/graphics/window.cpp~ KoboDeluxe-0.5.1/graphics/window.cpp
2 --- KoboDeluxe-0.5.1/graphics/window.cpp~ 2007-12-14 10:13:24.000000000 +0100
3 +++ KoboDeluxe-0.5.1/graphics/window.cpp 2009-03-09 11:16:04.000000000 +0100
4 @@ -398,7 +398,7 @@ void window_t::center_token_fxp(int _x,
5 */
6 if(token)
7 {
8 - char *tok = strchr(txt, token);
9 + const char *tok = strchr(txt, token);
10 if(tok)
11 tokpos = tok-txt;
12 else

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2