From 60b4f8bc887f2b8f3dbb82ebcddbb4a15bd4330f Mon Sep 17 00:00:00 2001 From: "theraysmith@gmail.com" Date: Fri, 10 Jan 2014 18:25:46 +0000 Subject: [PATCH] Fixed issue 743 git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@978 d0cd1f9f-072b-0410-8dd7-cf729c803f20 --- dict/matchdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dict/matchdefs.h b/dict/matchdefs.h index bfab1e6bee..f0782792d4 100644 --- a/dict/matchdefs.h +++ b/dict/matchdefs.h @@ -28,7 +28,7 @@ /* define the maximum number of classes defined for any matcher and the maximum class id for any matcher. This must be changed if more different classes need to be classified */ -#define MAX_NUM_CLASSES 12288 +#define MAX_NUM_CLASSES MAX_INT16 #define MAX_CLASS_ID (MAX_NUM_CLASSES - 1) /** a CLASS_ID is the ascii character to be associated with a class */