1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/chinese/iiimf-le-xcin/files/patch-src_xmlconf.c
Pav Lucistnik 6e23261939 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!)
2004-10-13 23:09:44 +00:00

15 lines
321 B
C

--- 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);