components/w3m/patches/04-get_warn_proc.patch
branchs11u3-sru
changeset 7256 c523ba6bf5f1
parent 7255 c7815ed3b336
child 7259 39b1b8abc92d
--- a/components/w3m/patches/04-get_warn_proc.patch	Tue Oct 25 14:43:21 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# Copied over from the desktop consolidation, which has the comment:
-# date:2012-08-09 owner:davelam type bug bugster:555467
-# Unfortunately there is no such bug in BugDB
-#
-# This patch needs to be evaluated to see if it needs to be passed upstream.
-
---- w3m-0.5.2/main.c.ori	2012-08-09 10:33:36.510910856 +0800
-+++ w3m-0.5.2/main.c	2012-08-09 10:34:03.817856620 +0800
-@@ -842,7 +842,9 @@
-     mySignal(SIGPIPE, SigPipe);
- #endif
- 
--    orig_GC_warn_proc = GC_set_warn_proc(wrap_GC_warn_proc);
-+    orig_GC_warn_proc = GC_get_warn_proc();
-+    GC_set_warn_proc(wrap_GC_warn_proc);
-+
-     err_msg = Strnew();
-     if (load_argc == 0) {
- 	/* no URL specified */