Fix CID 1402767 (Invalid type in argument to printf format specifier)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2019-09-14 12:32:04 +02:00
parent c533beccd1
commit 64fc205e78

View File

@ -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) {