-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Josh Williams wrote:
> Index: src/spider.c
> ===================================================================
> --- src/spider.c      (revision 2336)
> +++ src/spider.c      (working copy)
> @@ -67,7 +67,7 @@
>  };
> 
>  static bool
> -in_url_list_p (const struct url_list *list, const char *url, bool verbose)
> +in_url_list_p (const struct url_list *list, const char *url)
>  {
>    const struct url_list *ptr;
> 
> @@ -100,7 +100,7 @@
>        list->url = referrer ? xstrdup (referrer) : NULL;
>        hash_table_put (visited_urls_hash, xstrdup (url), list);
>      }
> -  else if (referrer && !in_url_list_p (list, referrer, false))
> +  else if (referrer && !in_url_list_p (list, referrer))
>      {
>        /* Append referrer at the end of the list */
>        struct url_list *newnode;

This looks like very reasonable, Josh. Feel free to check this change
directly into the trunk (with a note in src/ChangeLog).

- --
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer...
http://micah.cowan.name/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGzJP27M8hyUobTrERCFBUAJ9cZeJJ8mxJyAInWxMdepqg7qSRdACeIE31
n+NaMw67Z1Ui+C2TU0Nqk+Q=
=LKb1
-----END PGP SIGNATURE-----

Reply via email to