mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
Fix format string (reported by LGTM)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
988102c41d
commit
cc085f6bd6
@ -927,7 +927,7 @@ void Classify::WriteIntTemplates(FILE *File, INT_TEMPLATES_STRUCT *Templates,
|
||||
if (Templates->NumClasses != unicharset_size) {
|
||||
tprintf(
|
||||
"Warning: executing WriteIntTemplates() with %d classes in"
|
||||
" Templates, while target_unicharset size is %d\n",
|
||||
" Templates, while target_unicharset size is %zu\n",
|
||||
Templates->NumClasses, unicharset_size);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user