Skip to content

Commit

Permalink
Fix format string (reported by LGTM)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Oct 10, 2021
1 parent 988102c commit cc085f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classify/intproto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit cc085f6

Please sign in to comment.