summaryrefslogtreecommitdiff
path: root/www/lynx/patches/patch-be
blob: d44c6b7420eaf938099815f67f50108283320174 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-be,v 1.1 2006/05/29 16:58:18 drochner Exp $

--- src/HTML.h.orig	2004-01-08 03:03:09.000000000 +0100
+++ src/HTML.h
@@ -104,7 +104,7 @@ struct _HTStructured {
     char *			textarea_name;
     int				textarea_name_cs;
     char *			textarea_accept_cs;
-    char *			textarea_cols;
+    int				textarea_cols;
     int				textarea_rows;
     int				textarea_disabled;
     char *			textarea_id;