From 6e50c93bef33576fa8cf74970577b8edeeec4962 Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 22 Oct 2001 05:25:24 +0000 Subject: MAXSTRINGCHARS must be the same as in ispell. --- editors/abiword/patches/patch-ae | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'editors/abiword/patches') diff --git a/editors/abiword/patches/patch-ae b/editors/abiword/patches/patch-ae index 0dbabdf1097..65df06fe0ba 100644 --- a/editors/abiword/patches/patch-ae +++ b/editors/abiword/patches/patch-ae @@ -1,7 +1,16 @@ -$NetBSD: patch-ae,v 1.5 2001/08/10 04:50:08 jlam Exp $ +$NetBSD: patch-ae,v 1.6 2001/10/22 05:25:25 mycroft Exp $ --- src/other/spell/xp/ispell.h.orig Tue Jun 26 12:33:27 2001 +++ src/other/spell/xp/ispell.h +@@ -248,7 +248,7 @@ + ** character counts as two! + */ + #ifndef MAXSTRINGCHARS +-#define MAXSTRINGCHARS 128 ++#define MAXSTRINGCHARS 100 + #endif /* MAXSTRINGCHARS */ + + /* @@ -531,8 +531,8 @@ short maxstringcharlen; /* Max strchr len supported */ short compoundmin; /* Min lth of compound parts */ -- cgit v1.2.3