mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Add missing argument for tprintf
The format string expects 3 int arguments. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
8dab5975d4
commit
fe11c19bf3
@ -459,7 +459,7 @@ bool WERD_RES::StatesAllValid() {
|
||||
WERD_CHOICE* choice = it.data();
|
||||
if (choice->TotalOfStates() != ratings_dim) {
|
||||
tprintf("Cooked #%d has total of states = %d vs ratings dim of %d\n",
|
||||
choice->TotalOfStates(), ratings_dim);
|
||||
index, choice->TotalOfStates(), ratings_dim);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user