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: <[EMAIL PROTECTED]>
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
[EMAIL PROTECTED]
You will receive a message to confirm this.