On Tue, 2007-09-11 at 17:28 +0800, jerry tan wrote:
> 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;
>         }
> 

fixed thx


_______________________________________________
tracker-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to