Fix for a typo in the August 6 patch set.


*** ../htdig-3.1.2-bugfixes/htdig/Document.cc   Tue Aug 17 11:40:29 1999
--- ./htdig/Document.cc Tue Aug 17 11:19:05 1999
***************
*** 313,319 ****
        if (c.assign_server(url->host()) == NOTOK)
        {
            if (debug)
!               cout << "Unknown host: " << proxy->host() << endl;
            return Document_no_host;
        }
      }
--- 313,319 ----
        if (c.assign_server(url->host()) == NOTOK)
        {
            if (debug)
!               cout << "Unknown host: " << url->host() << endl;
            return Document_no_host;
        }
      }

------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word unsubscribe in
the SUBJECT of the message.

Reply via email to