simple patch for fix it.


Index: src/tracker-extract/tracker-extract-html.c
===================================================================
--- src/tracker-extract/tracker-extract-html.c  (revision 835)
+++ src/tracker-extract/tracker-extract-html.c  (working copy)
@@ -73,7 +73,7 @@
 void
 startElement (void * info, const xmlChar * name, const xmlChar ** atts)
 {
-       if (! (info && name && atts)) {
+       if (! (info && name)) {
                return;
        }

_______________________________________________
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to