From ee575cd008b42cd1c193898d4e412e9f788dbb3f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 23 May 2000 18:22:20 -0700
Subject: [PATCH] bugfix, assume parse_html has side effects...

Rev: src/modules/spider/spider.c:1.92
---
 src/modules/spider/spider.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/spider/spider.c b/src/modules/spider/spider.c
index 2fdb3a25d5..74957e5dcb 100644
--- a/src/modules/spider/spider.c
+++ b/src/modules/spider/spider.c
@@ -43,7 +43,7 @@
 #include "threads.h"
 #include "operators.h"
 
-RCSID("$Id: spider.c,v 1.91 2000/05/20 02:23:11 per Exp $");
+RCSID("$Id: spider.c,v 1.92 2000/05/24 01:22:20 hubbe Exp $");
 
 #ifdef HAVE_PWD_H
 #include <pwd.h>
@@ -1265,7 +1265,7 @@ void pike_module_init(void)
 				       tOr(tStr,tArr(tStr))))),
 		  tMix,
 		  tStr),
-	   0);
+	   OPT_SIDE_EFFECT);
 
 
   ADD_EFUN("parse_html_lines",f_parse_html_lines,
-- 
GitLab