From 947f4365c2814461ba19cbe7a3c97eba9dc031c6 Mon Sep 17 00:00:00 2001 From: David Hedbor <david@hedbor.org> Date: Mon, 6 Nov 2000 12:56:02 -0800 Subject: [PATCH] Fix [bug 651] with patch from David Hedbor Rev: src/modules/spider/spider.c:1.100 --- 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 a1d7119a55..a337f05e66 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.99 2000/08/15 13:12:11 grubba Exp $"); +RCSID("$Id: spider.c,v 1.100 2000/11/06 20:56:02 per Exp $"); #ifdef HAVE_PWD_H #include <pwd.h> @@ -733,7 +733,7 @@ void do_html_parse(struct pike_string *ss, pop_stack(); \ } while(0) -struct svalue empty_string; +static struct svalue empty_string; void do_html_parse_lines(struct pike_string *ss, struct mapping *cont,struct mapping *single, int *strings,int recurse_left, -- GitLab