diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-09 17:42:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-09 17:42:16 +0200 |
commit | c81c181e7afe707fef8a772334972cfe4d01f56c (patch) | |
tree | 81e78942d1b3211431ad048dcb88707bd2de0199 /package/w3m/patches/patch-main_c | |
parent | 375255ca7ce830c93a585c46df19f796900c11fa (diff) | |
parent | 2308963c1a13cc665c5f14872a648bf382d73a04 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/w3m/patches/patch-main_c')
-rw-r--r-- | package/w3m/patches/patch-main_c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/w3m/patches/patch-main_c b/package/w3m/patches/patch-main_c new file mode 100644 index 000000000..9f14ab1c1 --- /dev/null +++ b/package/w3m/patches/patch-main_c @@ -0,0 +1,11 @@ +--- w3m-0.5.3.orig/main.c 2011-01-04 10:42:19.000000000 +0100 ++++ w3m-0.5.3/main.c 2014-04-08 19:59:04.000000000 +0200 +@@ -833,7 +833,7 @@ main(int argc, char **argv, char **envp) + mySignal(SIGPIPE, SigPipe); + #endif + +- orig_GC_warn_proc = GC_set_warn_proc(wrap_GC_warn_proc); ++ GC_set_warn_proc(wrap_GC_warn_proc); + err_msg = Strnew(); + if (load_argc == 0) { + /* no URL specified */ |