mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Replace strstr with string_ends_with
This commit is contained in:
parent
d717f3537a
commit
9fe01ff0c8
@ -6640,7 +6640,7 @@ static int menu_cbs_init_bind_ok_compare_label(menu_file_list_cbs_t *cbs,
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (strstr(str, "input_binds_list"))
|
||||
if (string_ends_with(str, "input_binds_list"))
|
||||
{
|
||||
unsigned i;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user