Subject: Re: [htdig3-dev] Does'n compile
From: Gilles Detillieux (grdetil@scrc.umanitoba.ca)
Date: Wed Dec 01 1999 - 13:11:04 PST
D'oh! You're right, of course. Don't know why it wouldn't compile
for you, but it could easily bomb at runtime. Thanks for the report.
According to Vadim Chekan:
> I think should be follow:
>
> Index: Retriever.cc
> ===================================================================
> RCS file: /opt/htdig/cvs/htdig3/htdig/Retriever.cc,v
> retrieving revision 1.72.2.5
> diff -u -r1.72.2.5 Retriever.cc
> --- Retriever.cc 1999/11/30 05:47:20 1.72.2.5
> +++ Retriever.cc 1999/12/01 20:58:12
> @@ -821,7 +821,7 @@
> if (strchr(url, '~'))
> {
> String *local = GetLocalUser(url);
> - if (*local)
> + if (local)
> return local;
> }
>
-- Gilles R. Detillieux E-mail: <grdetil@scrc.umanitoba.ca> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil Dept. Physiology, U. of Manitoba Phone: (204)789-3766 Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930------------------------------------ To unsubscribe from the htdig3-dev mailing list, send a message to htdig3-dev-unsubscribe@htdig.org You will receive a message to confirm this.
This archive was generated by hypermail 2b25 : Wed Dec 01 1999 - 13:23:53 PST