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

Back to archive index

Takuro Ashie makei****@users*****
2006年 11月 27日 (月) 11:31:14 JST


Index: tomoe/lib/tomoe-dict.c
diff -u tomoe/lib/tomoe-dict.c:1.87 tomoe/lib/tomoe-dict.c:1.88
--- tomoe/lib/tomoe-dict.c:1.87	Mon Nov 27 11:20:51 2006
+++ tomoe/lib/tomoe-dict.c	Mon Nov 27 11:31:14 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.87 2006/11/27 02:20:51 makeinu Exp $
+ *  $Id: tomoe-dict.c,v 1.88 2006/11/27 02:31:14 makeinu Exp $
  */
 
 #include <stdio.h>
@@ -536,8 +536,6 @@
                      gpointer             user_data,
                      GError             **error)
 {
-#warning FIXME: need error check
-
     ParseData *data = user_data;
 
     if (!strcmp ("tomoe_dictionary", element_name)) {
@@ -722,7 +720,6 @@
         gboolean success;
 
         success = g_markup_parse_context_parse(context, buf, bytes, &error);
-#warning FIXME
         if (!success) {
             g_warning("XML parse error: %s", error->message);
             g_error_free(error);


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