[uim-commit] r2632 - trunk/uim
ekato at freedesktop.org
ekato at freedesktop.org
Sat Dec 17 05:03:20 PST 2005
Author: ekato
Date: 2005-12-17 05:03:16 -0800 (Sat, 17 Dec 2005)
New Revision: 2632
Modified:
trunk/uim/skk.c
Log:
* uim/skk.c (look_get_comp) : Oops. Fix r2630.
Modified: trunk/uim/skk.c
===================================================================
--- trunk/uim/skk.c 2005-12-17 12:46:33 UTC (rev 2631)
+++ trunk/uim/skk.c 2005-12-17 13:03:16 UTC (rev 2632)
@@ -3402,7 +3402,7 @@
int *matched;
while (str[i] != '\0') {
- if (!skk_isalpha(str[0]))
+ if (!skk_isalpha(str[i]))
return;
i++;
}
More information about the uim-commit
mailing list