diff options
author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:38:02 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:38:02 +0000 |
commit | 65d67f359f5bfc09a060024e187ee5bc2bf39f14 (patch) | |
tree | 4467a26c2a505cb1171249a21722cfefe2b0c307 /debian/patches/070_form-update.patch | |
parent | Releasing debian version 0.5.2-5 (diff) | |
download | w3m-65d67f359f5bfc09a060024e187ee5bc2bf39f14.tar.gz w3m-65d67f359f5bfc09a060024e187ee5bc2bf39f14.zip |
Releasing debian version 0.5.2-6debian/0.5.2-6
Diffstat (limited to 'debian/patches/070_form-update.patch')
-rw-r--r-- | debian/patches/070_form-update.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/070_form-update.patch b/debian/patches/070_form-update.patch new file mode 100644 index 0000000..8dc185f --- /dev/null +++ b/debian/patches/070_form-update.patch @@ -0,0 +1,15 @@ +Description: Bug fix for formUpdateBuffer() +Origin: http://mi.med.tohoku.ac.jp/~satodai/w3m-dev/200708.month/4286.html +Author: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> +Bug-Debian: http://bugs.debian.org/409933 + +--- w3m-0.5.2.orig/form.c Fri Feb 6 02:23:07 2004 ++++ w3m-0.5.2/form.c Sat Aug 4 00:23:41 2007 +@@ -403,6 +403,7 @@ + line->lineBuf = buf; + line->propBuf = prop; + line->len = len; ++ line->size = len; + + return pos; + } |