diff options
Diffstat (limited to 'chinese/fcitx/files/patch-xim.c')
-rw-r--r-- | chinese/fcitx/files/patch-xim.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/fcitx/files/patch-xim.c b/chinese/fcitx/files/patch-xim.c new file mode 100644 index 000000000000..a4bc1c4b1a3b --- /dev/null +++ b/chinese/fcitx/files/patch-xim.c @@ -0,0 +1,11 @@ +--- xim.c.orig Tue Jan 6 14:12:11 2004 ++++ xim.c Thu Oct 14 23:21:07 2004 +@@ -336,7 +336,7 @@ + char *ps; + + if (bIsUtf8) { +- int l1, l2; ++ size_t l1, l2; + + ps = strOutput; + l1 = strlen (strHZ); |