Revision: 7063
Author:   ek.kato
Date:     Tue May 10 09:02:03 2011
Log:      * Merge r7062 from trunk.

http://code.google.com/p/uim/source/detail?r=7063

Modified:
 /branches/1.7/helper/dict-dict.c

=======================================
--- /branches/1.7/helper/dict-dict.c    Sun May  8 20:01:37 2011
+++ /branches/1.7/helper/dict-dict.c    Tue May 10 09:02:03 2011
@@ -62,7 +62,7 @@
   uim_dict *dict;

   /* FIXME! use hash table? */
-  for (i = 0; i < classes[i]; i++) {
+  for (i = 0; classes[i]; i++) {
     dict = classes[i]->open(identifier);
     if (dict)
       return dict;

Reply via email to