summaryrefslogtreecommitdiff
path: root/www/lynx/patches/patch-bb
blob: ee645431c899699dd7e55aa4f1f9fead0efd6683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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.
 	 */