summaryrefslogtreecommitdiff
path: root/lang/hugs/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'lang/hugs/patches/patch-ad')
-rw-r--r--lang/hugs/patches/patch-ad4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/hugs/patches/patch-ad b/lang/hugs/patches/patch-ad
index 97838264582..096de8ee3c8 100644
--- a/lang/hugs/patches/patch-ad
+++ b/lang/hugs/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.2 2003/06/23 21:04:37 jtb Exp $
+$NetBSD: patch-ad,v 1.3 2003/06/23 21:24:34 jtb Exp $
--- ../input.c.orig
+++ ../input.c
@@ -7,7 +7,7 @@ $NetBSD: patch-ad,v 1.2 2003/06/23 21:04:37 jtb Exp $
#else
#define LINEBUFFER_SIZE 1000
-static char lineBuffer[LINEBUFFER_SIZE];
-+static int lineBuffer[LINEBUFFER_SIZE];
++static signed char lineBuffer[LINEBUFFER_SIZE];
#endif
static int lineLength = 0;
static int inCodeBlock = FALSE; /* Inside \begin{code}..\end{code} */