diff options
author | Dai Sato <satodai@w3m.jp> | 2007-05-31 01:19:50 +0000 |
---|---|---|
committer | Dai Sato <satodai@w3m.jp> | 2007-05-31 01:19:50 +0000 |
commit | 50c06d19a9db3878ad4e8bd6c8b4f55613de6d8d (patch) | |
tree | d8caf1d1c50a2eda88e40cb0c3059a04a5b67d9d /w3mhelperpanel.c | |
parent | fix for tab browsing. [w3m-dev 04266] (diff) | |
download | w3m-50c06d19a9db3878ad4e8bd6c8b4f55613de6d8d.tar.gz w3m-50c06d19a9db3878ad4e8bd6c8b4f55613de6d8d.zip |
fix type, add GC_INIT().
Diffstat (limited to 'w3mhelperpanel.c')
-rw-r--r-- | w3mhelperpanel.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <errno.h> #include <stdlib.h> #include <stdio.h> @@ -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; |