[Tomoe-cvs 960] CVS update: tomoe/lib

Back to archive index

Kouhei Sutou kous****@users*****
2006年 11月 24日 (金) 10:58:30 JST


Index: tomoe/lib/tomoe-recognizer.c
diff -u tomoe/lib/tomoe-recognizer.c:1.10 tomoe/lib/tomoe-recognizer.c:1.11
--- tomoe/lib/tomoe-recognizer.c:1.10	Fri Nov 24 10:52:34 2006
+++ tomoe/lib/tomoe-recognizer.c	Fri Nov 24 10:58:30 2006
@@ -17,7 +17,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-recognizer.c,v 1.10 2006/11/24 01:52:34 kous Exp $
+ *  $Id: tomoe-recognizer.c,v 1.11 2006/11/24 01:58:30 kous Exp $
  */
 
 #include <stdlib.h>
@@ -167,7 +167,7 @@
             gboolean loaded = FALSE;
             const gchar *entry;
 
-            while (loaded || (entry = g_dir_read_name(dir))) {
+            while (!loaded || (entry = g_dir_read_name(dir))) {
                 loaded = tomoe_recognizer_load(recognizer, base_dir, entry);
             }
 


tomoe-cvs メーリングリストの案内
Back to archive index