This commit is contained in:
rickg 1998-06-23 01:35:25 +00:00
Родитель 7c82c6b547
Коммит 813cf95318
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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

Просмотреть файл

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