mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-26 04:36:56 +00:00
menu_setting.c - use fill_string_concat
This commit is contained in:
parent
f4ef5e82c2
commit
eafce41a16
@ -3885,8 +3885,9 @@ static bool setting_append_list_input_player_options(
|
||||
if (input_config_bind_map_get_meta(i))
|
||||
continue;
|
||||
|
||||
strlcpy(label, buffer[user], sizeof(label));
|
||||
strlcat(label, " ", sizeof(label));
|
||||
fill_string_concat(label, buffer[user],
|
||||
" ",
|
||||
sizeof(label));
|
||||
if (
|
||||
settings->input.input_descriptor_label_show
|
||||
&& (i < RARCH_FIRST_META_KEY)
|
||||
|
Loading…
x
Reference in New Issue
Block a user