summaryrefslogtreecommitdiff
path: root/www/lynx/patches/patch-bb
diff options
context:
space:
mode:
Diffstat (limited to 'www/lynx/patches/patch-bb')
-rw-r--r--www/lynx/patches/patch-bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/lynx/patches/patch-bb b/www/lynx/patches/patch-bb
deleted file mode 100644
index ee645431c89..00000000000
--- a/www/lynx/patches/patch-bb
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-bb,v 1.1 2006/05/29 16:58:18 drochner Exp $
-
---- src/GridText.c.orig 2004-01-28 20:30:38.000000000 +0100
-+++ src/GridText.c
-@@ -9589,8 +9589,8 @@ PUBLIC int HText_beginInput ARGS3(
- /*
- * Set SIZE.
- */
-- if (I->size != NULL) {
-- f->size = atoi(I->size);
-+ if (I->size != 0) {
-+ f->size = I->size;
- /*
- * Leave at zero for option lists.
- */