fix missing %s

This commit is contained in:
Alcaro 2017-11-27 17:16:38 +01:00 committed by GitHub
parent a96e3e1ead
commit 00fd39c9a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -572,7 +572,7 @@ static void menu_action_setting_disp_set_label_perf_counters_common(
return;
snprintf(s, len,
PRIu64 " ticks, " PRIu64 " runs.",
"%" PRIu64 " ticks, %" PRIu64 " runs.",
((uint64_t)counters[offset]->total /
(uint64_t)counters[offset]->call_cnt),
(uint64_t)counters[offset]->call_cnt);