diff options
author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:38:13 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:38:13 +0000 |
commit | ddd965984492e74c3e5fc0fb922d4362fd3aebda (patch) | |
tree | 1f554ce14b66a9b4c344d62948a473fb1d367262 /debian/patches/070_form-update.patch | |
parent | Releasing debian version 0.5.2-7 (diff) | |
download | w3m-ddd965984492e74c3e5fc0fb922d4362fd3aebda.tar.gz w3m-ddd965984492e74c3e5fc0fb922d4362fd3aebda.zip |
Releasing debian version 0.5.2-8debian/0.5.2-8
Diffstat (limited to '')
-rw-r--r-- | debian/patches/070_form-update.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/070_form-update.patch b/debian/patches/070_form-update.patch deleted file mode 100644 index 8dc185f..0000000 --- a/debian/patches/070_form-update.patch +++ /dev/null @@ -1,15 +0,0 @@ -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; - } |