]> git.pld-linux.org Git - packages/KoboDeluxe.git/blobdiff - gcc44.patch
- added gcc44.patch and nostd_pipe2.patch
[packages/KoboDeluxe.git] / gcc44.patch
diff --git a/gcc44.patch b/gcc44.patch
new file mode 100644 (file)
index 0000000..34129e6
--- /dev/null
@@ -0,0 +1,11 @@
+--- KoboDeluxe-0.5.1/graphics/window.cpp.orig  2010-05-24 18:48:48.024498000 +0200
++++ KoboDeluxe-0.5.1/graphics/window.cpp       2010-05-24 18:48:58.684496628 +0200
+@@ -398,7 +398,7 @@ void window_t::center_token_fxp(int _x, 
+                */
+               if(token)
+               {
+-                      char *tok = strchr(txt, token);
++                      const char *tok = strchr(txt, token);
+                       if(tok)
+                               tokpos = tok-txt;
+                       else
This page took 0.06394 seconds and 4 git commands to generate.