mirror of
https://github.com/fanlumaster/googlepinyinime-rev.git
synced 2025-07-18 17:08:00 +08:00
[log]: Fix incorrect format specifier in printf
This commit is contained in:
@ -292,7 +292,7 @@ bool SpellingTrie::construct(const char *spelling_arr, size_t item_size, size_t
|
||||
|
||||
#ifdef ___BUILD_MODEL___
|
||||
if (kPrintDebug0) {
|
||||
printf("---SpellingTrie Nodes: %d\n", node_num_);
|
||||
printf("---SpellingTrie Nodes: %zu\n", node_num_);
|
||||
}
|
||||
return build_ym_info();
|
||||
#else
|
||||
|
Reference in New Issue
Block a user