updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / reciteword-new / fix.patch
blob26205734a12b6cc2e2713a1df25cdffdbdf70851
1 diff -urN reciteword-0.8.4/src/bookfile.cpp reciteword-0.8.4.new//src/bookfile.cpp
2 --- reciteword-0.8.4/src/bookfile.cpp 2007-11-05 15:10:47.000000000 +0800
3 +++ reciteword-0.8.4.new//src/bookfile.cpp 2010-10-18 19:53:29.770000004 +0800
4 @@ -92,7 +92,7 @@
6 gchar tmp, *tmp1, *tmp2;
8 - tmp1 = strstr (str1, str2);
9 + tmp1 = strstr ((gchar *)str1, (gchar *)str2);
10 if (!tmp1)
11 return NULL;
12 else