- From: Henrik Frystyk Nielsen <frystyk@w3.org>
- Date: Thu, 04 Jun 1998 12:08:58 -0400
- To: John Punin <puninj@cs.rpi.edu>
- Cc: www-lib@w3.org
At 12:34 6/3/98 -0400, John Punin wrote: >This is a brief note to report a bug in the Robot. > >The line 1174 HTRobot.c is: >HTParentAnchor * last_anchor = HTRequest_parent(text->request); > >This line should be: >HTParentAnchor * last_anchor = HTRequest_anchor(text->request); > >This solved a bug for the depth parameter of the Robot. > >If I run the robot with a depth of 2, the robot should just visit two levels of a >web site. The robot with depth of 2 was visiting four levels of a web site. Thanks! Henrik -- Henrik Frystyk Nielsen, World Wide Web Consortium http://www.w3.org/People/Frystyk
Received on Thursday, 4 June 1998 12:08:50 UTC