[uim-commit] r2633 - branches/1.0/uim
ekato at freedesktop.org
ekato at freedesktop.org
Sat Dec 17 05:04:49 PST 2005
Author: ekato
Date: 2005-12-17 05:04:45 -0800 (Sat, 17 Dec 2005)
New Revision: 2633
Modified:
branches/1.0/uim/skk.c
Log:
* uim/skk.c : Port r2632 from trunk.
Modified: branches/1.0/uim/skk.c
===================================================================
--- branches/1.0/uim/skk.c 2005-12-17 13:03:16 UTC (rev 2632)
+++ branches/1.0/uim/skk.c 2005-12-17 13:04:45 UTC (rev 2633)
@@ -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