You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/kobodeluxe/files/kobodeluxe-0.5.1-glibc2.10....

12 lines
219 B

--- a/graphics/window.cpp
+++ b/graphics/window.cpp
@@ -398,7 +398,7 @@
*/
if(token)
{
- char *tok = strchr(txt, token);
+ const char *tok = strchr(txt, token);
if(tok)
tokpos = tok-txt;
else