diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-13 23:09:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-13 23:09:44 +0000 |
commit | 6e232619392ffa0ee8f915ad3ffe174456c15a46 (patch) | |
tree | 77a35829fb8822191b32db5103dabf32ef04b08c /chinese/iiimf-le-xcin/files/patch-src_xmlconf.c | |
parent | Update to version 1.1.1 (diff) |
Add iiimf-le-xcin, a IIIMF language engine which ported from a popular
traditional chinese input method, xcin, which was written using XIM protocol.
PR: ports/72627
Submitted by: Kuang-che Wu <kcwu@csie.org>
Dedicated to: Mavvie (vaccinating!)
Notes
Notes:
svn path=/head/; revision=119329
Diffstat (limited to 'chinese/iiimf-le-xcin/files/patch-src_xmlconf.c')
-rw-r--r-- | chinese/iiimf-le-xcin/files/patch-src_xmlconf.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/chinese/iiimf-le-xcin/files/patch-src_xmlconf.c b/chinese/iiimf-le-xcin/files/patch-src_xmlconf.c new file mode 100644 index 000000000000..c511072198f6 --- /dev/null +++ b/chinese/iiimf-le-xcin/files/patch-src_xmlconf.c @@ -0,0 +1,14 @@ +--- src/xmlconf.c.orig Thu Oct 14 00:54:03 2004 ++++ src/xmlconf.c Thu Oct 14 00:55:28 2004 +@@ -3,9 +3,9 @@ + void + debugPrintLangIM (langim *langIM) { + +- if(!isDebugMode()) return; +- + imnodes *node; ++ ++ if(!isDebugMode()) return; + + if(langIM->lang) + printf("lang: %s\n", langIM->lang); |