Takuro Ashie
makei****@users*****
2006年 11月 27日 (月) 16:50:25 JST
Index: tomoe/lib/tomoe-dict.c diff -u tomoe/lib/tomoe-dict.c:1.108 tomoe/lib/tomoe-dict.c:1.109 --- tomoe/lib/tomoe-dict.c:1.108 Mon Nov 27 16:49:18 2006 +++ tomoe/lib/tomoe-dict.c Mon Nov 27 16:50:25 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.108 2006/11/27 07:49:18 kous Exp $ + * $Id: tomoe-dict.c,v 1.109 2006/11/27 07:50:25 makeinu Exp $ */ #include <stdio.h> @@ -592,7 +592,7 @@ if (!strcmp ("reading", element_name)) { gint idx; - if (data->state != STATE_READING) { + if (data->state != STATE_READINGS) { set_parse_error (context, error, data); return; }