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 an int arguments. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
950fdea9f7
commit
fc650382cd
@ -478,7 +478,8 @@ int Dict::def_letter_is_okay(void* void_dawg_args,
|
||||
dawg_args->permuter = curr_perm;
|
||||
}
|
||||
if (dawg_debug_level >= 2) {
|
||||
tprintf("Returning %d for permuter code for this character.\n");
|
||||
tprintf("Returning %d for permuter code for this character.\n",
|
||||
dawg_args->permuter);
|
||||
}
|
||||
return dawg_args->permuter;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user