
From jc@irbs.com Wed Aug 18 13:39:28 1999
Date: Wed, 18 Aug 1999 15:49:27 -0400
From: John Capo <jc@irbs.com>
To: htdig@htdig.org
Subject: Re: [htdig] Correction to patch for Acrobat 4


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
htdig@htdig.org containing the single word unsubscribe in
the SUBJECT of the message.

