The file `/usr/src/lib/libc/locale/ansi.c' seems to have a bug and couse problems on treating Japanese locale functions. Fix: - while (n > 0) { + while ((signed int)n > 0) { if (*pwcs == 0) { *s = 0; break;--Nen176cqolGErTsAB8xemyzoNRb34eRf1xRPwX1VNkMSmJIX Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- ansi.c.orig Thu Apr 18 16:01:46 1996 +++ ansi.c Sat Oct 24 05:18:11 1998 @@ -132,7 +132,7 @@ if (!pwcs || !s) return (-1); How-To-Repeat: Go <URL:http://www.bres.tsukuba.ac.jp/~yohta/netscape/>, see FreeBSD relating pages, and try the method: "How to set 'libxpg4.so.2.0' on LD_PRELOAD environment variable"
State Changed From-To: open->closed fixed differently in ansi.c v1.3