mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
(Android) Fix build
This commit is contained in:
parent
85e5c783af
commit
5105216380
@ -1009,8 +1009,8 @@ unsigned menu_displaylist_explore(file_list_t *list)
|
|||||||
if (stack_top[i].type == cat + EXPLORE_TYPE_FIRSTCATEGORY)
|
if (stack_top[i].type == cat + EXPLORE_TYPE_FIRSTCATEGORY)
|
||||||
goto SKIP_EXPLORE_BY_CATEGORY;
|
goto SKIP_EXPLORE_BY_CATEGORY;
|
||||||
|
|
||||||
tmplen = snprintf(tmp, sizeof(tmp),
|
tmplen = strlcpy(tmp,
|
||||||
msg_hash_to_str(explore_by_info[cat].by_enum));
|
msg_hash_to_str(explore_by_info[cat].by_enum), sizeof(tmp));
|
||||||
|
|
||||||
if (is_top && tmplen >= 0 && tmplen < sizeof(tmp) - 5)
|
if (is_top && tmplen >= 0 && tmplen < sizeof(tmp) - 5)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user