mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-01 07:59:05 +08:00
Fix CID 1402767 (Invalid type in argument to printf format specifier)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
c533beccd1
commit
64fc205e78
@ -598,7 +598,7 @@ static int Main() {
|
||||
rand_utf8.append(kSeparator);
|
||||
}
|
||||
}
|
||||
tlog(1, "Rendered ngram string of size %d\n", rand_utf8.length());
|
||||
tlog(1, "Rendered ngram string of size %zu\n", rand_utf8.length());
|
||||
src_utf8.swap(rand_utf8);
|
||||
}
|
||||
if (FLAGS_only_extract_font_properties) {
|
||||
|
Loading…
Reference in New Issue
Block a user