From 6db339b3d7a391f196e7c4b725a4ed0bd00f31cf Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Wed, 4 May 2011 16:23:02 +0900 Subject: Adding upstream version 0.5.2 --- w3mhelperpanel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'w3mhelperpanel.c') diff --git a/w3mhelperpanel.c b/w3mhelperpanel.c index 30a85db..110794b 100644 --- a/w3mhelperpanel.c +++ b/w3mhelperpanel.c @@ -1,4 +1,4 @@ -/* $Id: w3mhelperpanel.c,v 1.13 2003/09/23 18:42:25 ukai Exp $ */ +/* $Id: w3mhelperpanel.c,v 1.14 2007/05/31 01:19:50 inu Exp $ */ #include #include #include @@ -174,6 +174,7 @@ main(int argc, char *argv[], char **envp) char *mode; char *sent_cookie; + GC_INIT(); p = getenv("REQUEST_METHOD"); if (p == NULL || strcasecmp(p, "post")) goto request_err; -- cgit v1.2.3