From dac508b2d39e4b35445e8087cfd3a69beab6db2d Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 19 May 1999 15:43:38 +0000 Subject: Widen the length field, to avoid dumping core on lengths 32K-64K. --- zwgc/formatter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zwgc') diff --git a/zwgc/formatter.h b/zwgc/formatter.h index c627f5e..0a76687 100644 --- a/zwgc/formatter.h +++ b/zwgc/formatter.h @@ -28,7 +28,7 @@ typedef struct _desctype { #define DT_NL 4 /* Newline. */ char *str; /* Name of environment, string to be displayed. */ - short int len; /* Length of string/environment name for + int len; /* Length of string/environment name for ENV, STR, END. Undefined for EOF */ } desctype; -- cgit v1.2.3