mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Bugfix for earlier commit
This commit is contained in:
parent
4cc6ba8482
commit
c7a3581ee5
@ -1440,12 +1440,12 @@ unsigned menu_displaylist_explore(file_list_t *list, settings_t *settings)
|
||||
&& !explore_by_info[cat].is_boolean
|
||||
&& RBUF_LEN(state->by[cat]) > 1))
|
||||
{
|
||||
size_t tmplen = strlcpy(tmp,
|
||||
msg_hash_to_str(explore_by_info[cat].by_enum), sizeof(tmp));
|
||||
strlcpy(tmp, msg_hash_to_str(explore_by_info[cat].by_enum),
|
||||
sizeof(tmp));
|
||||
|
||||
if (is_top)
|
||||
{
|
||||
strlcat(tmp, " (", sizeof(tmp));
|
||||
size_t tmplen = strlcat(tmp, " (", sizeof(tmp));
|
||||
if (explore_by_info[cat].is_numeric)
|
||||
{
|
||||
strlcat(tmp, entries[0]->str, sizeof(tmp));
|
||||
|
Loading…
x
Reference in New Issue
Block a user