mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
Merge pull request #276 from stweil/format
Add missing argument for tprintf
This commit is contained in:
commit
1c63700f46
@ -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