Skip to content

Commit

Permalink
Fixed issue 743
Browse files Browse the repository at this point in the history
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@978 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
theraysmith@gmail.com committed Jan 10, 2014
1 parent da20cff commit 60b4f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dict/matchdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 60b4f8b

Please sign in to comment.