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

アーカイブの一覧に戻る

Takuro Ashie makei****@users*****
2006年 11月 28日 (火) 11:27:59 JST


Index: tomoe/lib/tomoe-dict.c
diff -u tomoe/lib/tomoe-dict.c:1.120 tomoe/lib/tomoe-dict.c:1.121
--- tomoe/lib/tomoe-dict.c:1.120	Tue Nov 28 11:11:06 2006
+++ tomoe/lib/tomoe-dict.c	Tue Nov 28 11:27:59 2006
@@ -21,7 +21,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-dict.c,v 1.120 2006/11/28 02:11:06 makeinu Exp $
+ *  $Id: tomoe-dict.c,v 1.121 2006/11/28 02:27:59 makeinu Exp $
  */
 
 #include <stdio.h>
@@ -620,7 +620,7 @@
         }
 
         data->state = STATE_READING;
-        data->reading_type = TOMOE_READING_INVALID;
+        data->reading_type = TOMOE_READING_UNKNOWN;
 
         for (idx = 0; attr_names && attr_names[idx]; idx++) {
             if (!strcmp ("type", attr_names[idx])) {
Index: tomoe/lib/tomoe-reading.h
diff -u tomoe/lib/tomoe-reading.h:1.2 tomoe/lib/tomoe-reading.h:1.3
--- tomoe/lib/tomoe-reading.h:1.2	Tue Nov 28 11:11:07 2006
+++ tomoe/lib/tomoe-reading.h	Tue Nov 28 11:27:59 2006
@@ -17,7 +17,7 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe-reading.h,v 1.2 2006/11/28 02:11:07 makeinu Exp $
+ *  $Id: tomoe-reading.h,v 1.3 2006/11/28 02:27:59 makeinu Exp $
  */
 
 /** @file tomoe-reading.h
@@ -53,7 +53,7 @@
 
 typedef enum {
     TOMOE_READING_INVALID,
-    TOMOE_READING_ALL,
+    TOMOE_READING_UNKNOWN,
     TOMOE_READING_JA_ON,
     TOMOE_READING_JA_KUN
 } TomoeReadingType;


tomoe-cvs メーリングリストの案内
アーカイブの一覧に戻る