aboutsummaryrefslogtreecommitdiffstats
path: root/testing/w3m/form_unknown.patch
diff options
context:
space:
mode:
authorstef <l0ls0fo2i@ctrlc.hu>2015-03-30 20:07:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-03-31 12:57:51 +0000
commit1cdd1949b0d7650884fd933c6b181be2cc57c330 (patch)
treef30492ff3f29e78cc389b0c6df89e036773a4ac3 /testing/w3m/form_unknown.patch
parent3d3d5b5eb3e8da030d0211d7b82b7572ce9d332f (diff)
downloadaports-1cdd1949b0d7650884fd933c6b181be2cc57c330.tar.bz2
aports-1cdd1949b0d7650884fd933c6b181be2cc57c330.tar.xz
testing/w3m initial commit
Diffstat (limited to 'testing/w3m/form_unknown.patch')
-rw-r--r--testing/w3m/form_unknown.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/w3m/form_unknown.patch b/testing/w3m/form_unknown.patch
new file mode 100644
index 0000000000..b22b176ac4
--- /dev/null
+++ b/testing/w3m/form_unknown.patch
@@ -0,0 +1,15 @@
+See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615843
+
+Index: w3m-git/form.c
+===================================================================
+--- w3m-git.orig/form.c 2011-02-28 15:03:36.000000000 +0100
++++ w3m-git/form.c 2011-02-28 15:32:33.000000000 +0100
+@@ -196,7 +196,7 @@
+ if (!strcasecmp(typestr, _formtypetbl[i]))
+ return i;
+ }
+- return FORM_UNKNOWN;
++ return FORM_INPUT_TEXT;
+ }
+
+ void