From 0f26caad2929019d5ae936c7e7c91f7f9194f17d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 31 May 2012 11:02:17 +0200 Subject: [PATCH] Increase max bytes per term from 256 to 512 That's IT_MAX_WORD. --- include/it_key.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/it_key.h b/include/it_key.h index 7387ac4..c52d47e 100644 --- a/include/it_key.h +++ b/include/it_key.h @@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA YAZ_BEGIN_CDECL -#define IT_MAX_WORD 256 +#define IT_MAX_WORD 512 #define IT_KEY_LEVEL_MAX 5 struct it_key { -- 1.7.10.4