From c6026240128765b86842f61d97d9fdd79cda08de Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 27 Oct 2021 08:58:31 +0200 Subject: [PATCH] Prepare support for image width and height larger than 32767 (continued) Signed-off-by: Stefan Weil --- src/ccstruct/mod128.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ccstruct/mod128.cpp b/src/ccstruct/mod128.cpp index abebe296f4..27280cd716 100644 --- a/src/ccstruct/mod128.cpp +++ b/src/ccstruct/mod128.cpp @@ -20,7 +20,7 @@ namespace tesseract { -static const int16_t idirtab[] = { +static const TDimension idirtab[] = { 1000, 0, 998, 49, 995, 98, 989, 146, 980, 195, 970, 242, 956, 290, 941, 336, 923, 382, 903, 427, 881, 471, 857, 514, 831, 555, 803, 595, 773, 634, 740, 671, 707, 707, 671, 740, 634, 773, 595, 803, 555, 831, 514, 857, 471,