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
6 gchar tmp, *tmp1, *tmp2;
8 - tmp1 = strstr (str1, str2);
9 + tmp1 = strstr ((gchar *)str1, (gchar *)str2);