Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > a8add22e2b0fc8e2d42c225faefc4cf8 > files > 5

skobo-0.5.1-5.mga1.src.rpm

--- graphics/window.cpp.gcc44	2009-10-04 08:19:07.000000000 +0200
+++ graphics/window.cpp	2009-10-04 08:20:29.000000000 +0200
@@ -398,7 +398,7 @@
 		 */
 		if(token)
 		{
-			char *tok = strchr(txt, token);
+			const char *tok = strchr(txt, token);
 			if(tok)
 				tokpos = tok-txt;
 			else