Yusuke TABATA
<[メールアドレス保護]>
さんは書きました:
> anthy-9100をリリースしました。
> http://osdn.dl.sourceforge.jp/anthy/26131/anthy-9100.tar.gz
リリース有難うございました。
“comparison with string literal” のコンパイラー・ウォーニング
を防ぐために、添付されてパッチを作りました。
http://bugzilla.novell.com/show_bug.cgi?id=224463
--
Mike FABIAN
<[メールアドレス保護]>
http://www.suse.de/~mfabian
睡眠不足はいい仕事の敵だ。
I � Unicode
diff -ru anthy-8419/src-diclib/ruleparser.c anthy-8419.new/src-diclib/ruleparser.c
--- anthy-8419/src-diclib/ruleparser.c 2006-10-14 07:47:51.000000000 +0200
+++ anthy-8419.new/src-diclib/ruleparser.c 2006-12-19 18:12:49.000000000 +0100
@@ -177,7 +177,7 @@
if (!t) {
return -1;
}
- if (t == NL) {
+ if (strcmp(t, NL) == 0) {
return 0;
}
g_ps.nr_token++;
_______________________________________________
Anthy-dev mailing list
[email protected]
http://lists.sourceforge.jp/mailman/listinfo/anthy-dev