Parent Directory
|
Revision Log
* 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 |