Revision: 7062
Author:   ek.kato
Date:     Tue May 10 09:00:18 2011
Log:      * helper/dict-dict.c (uim_dict_open) : Oops.  Fix r7028.

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

Modified:
 /trunk/helper/dict-dict.c

=======================================
--- /trunk/helper/dict-dict.c   Sun May  8 20:01:37 2011
+++ /trunk/helper/dict-dict.c   Tue May 10 09:00:18 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