mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
fix missing %s
This commit is contained in:
parent
a96e3e1ead
commit
00fd39c9a0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user