diff options
Diffstat (limited to 'debian/patches/070_form-update.patch')
-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; - } |