Hi
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;
}
Vadim
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.