When attempting to input Hangul via ami on an amd64 system, garbage CJK characters were displayed. Fix: Examination of compiler warnings shows several cases where (int*) is passed to a function expecting (size_t *). The following patches appear to fix the problem and make ami work correctly. How-To-Repeat: On an amd64 system, enable "2 BUL" mode and attempt to enter Hangul characters in an XIM-enabled text box.
Responsible Changed From-To: freebsd-ports-bugs->cjh Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed, thanks!
pav 2009-09-24 15:10:37 UTC FreeBSD ports repository Modified files: korean/ami Makefile Added files: korean/ami/files patch-64bit Log: - Fix runtime on 64-bit platforms PR: ports/133899 Submitted by: Peter Jeremy <peterjeremy@optushome.com.au> Approved by: maintainer timeout (cjh; 6 months) Feature safe: yes Revision Changes Path 1.43 +1 -1 ports/korean/ami/Makefile 1.1 +84 -0 ports/korean/ami/files/patch-64bit (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"