From 88b8e5a16a0ee820299c9fa5e4c2734a5ad5efdb Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 24 May 2020 19:16:13 +0200 Subject: [PATCH] Replace with string_ends_with --- menu/drivers/materialui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/drivers/materialui.c b/menu/drivers/materialui.c index f8f3d8c192..4e9e6eb7c3 100644 --- a/menu/drivers/materialui.c +++ b/menu/drivers/materialui.c @@ -9507,7 +9507,7 @@ static void materialui_list_insert( node->icon_texture_index = MUI_TEXTURE_PLAYLIST; node->has_icon = true; } - else if (strcasestr(label, "_input_binds_list")) + else if (string_ends_with(label, "_input_binds_list")) { unsigned i;