Takuro Ashie
makei****@users*****
2006年 11月 26日 (日) 10:30:39 JST
Index: tomoe/lib/tomoe-dict.c diff -u tomoe/lib/tomoe-dict.c:1.79 tomoe/lib/tomoe-dict.c:1.80 --- tomoe/lib/tomoe-dict.c:1.79 Sun Nov 26 10:26:10 2006 +++ tomoe/lib/tomoe-dict.c Sun Nov 26 10:30:39 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.79 2006/11/26 01:26:10 makeinu Exp $ + * $Id: tomoe-dict.c,v 1.80 2006/11/26 01:30:39 makeinu Exp $ */ #include <stdio.h> @@ -835,7 +835,7 @@ #if 0 if (tomoe_char_has_meta_data (chr)) #endif - if (!write_meta_data (chr, f)) return FALSE; + if (!_write_meta_data (chr, f)) return FALSE; /* close character element */ g_snprintf (buf, G_N_ELEMENTS (buf), " </character>\n"); @@ -851,7 +851,6 @@ TomoeDictPrivate *priv; FILE *f; gchar buf[1024]; - size_t count; guint i; g_return_if_fail (TOMOE_IS_DICT (dict));