improvements to recursively parser calls

This commit is contained in:
rickg@netscape.com
1998-11-26 02:55:59 +00:00
parent 2dbf3f8f67
commit 0ce3104c2f
44 changed files with 558 additions and 1158 deletions

View File

@@ -238,7 +238,7 @@ extern "C" NS_EXPORT int DebugRobot(
sink->AddObserver(myObserver);
parser->SetContentSink(sink);
g_bReadyForNextUrl = PR_FALSE;
g_bReadyForNextUrl = PR_FALSE;
parser->Parse(url, pl,PR_TRUE);/* XXX hook up stream listener here! */
while (!g_bReadyForNextUrl) {