mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
a7cde684cf
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
11 lines
215 B
Diff
11 lines
215 B
Diff
--- graphics/window.cpp
|
|
+++ 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
|