Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > os-src > by-pkgid > b60f3be99944a477117d5412dc35d32a > files > 4

reciteword-0.8.4-7.fc15.src.rpm

--- src/bookfile.cpp.orig	2009-04-24 12:31:47.000000000 +0200
+++ src/bookfile.cpp	2009-04-24 12:42:19.000000000 +0200
@@ -92,7 +92,7 @@
 {
 	gchar tmp, *tmp1, *tmp2;
 
-	tmp1 = strstr (str1, str2);
+	tmp1 = (gchar *) strstr (str1, str2);
 	if (!tmp1)
 		return NULL;
 	else