mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
12 lines
215 B
Diff
12 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
|