From f8448dc7f30bf11c7e4f05948db427ff41920202 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 15 Jun 2016 17:04:22 +0200 Subject: [PATCH] Bugfix - should pass exact enum type --- menu/menu_displaylist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/menu_displaylist.c b/menu/menu_displaylist.c index b0d26ff3bf..45c397e86d 100644 --- a/menu/menu_displaylist.c +++ b/menu/menu_displaylist.c @@ -4113,7 +4113,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data) default: menu_entries_add_enum(info->list, cores_paths->elems[i].data, menu_hash_to_str(MENU_LABEL_DETECT_CORE_LIST_OK), - MENU_LABEL_DETECT_CORE_LIST_OK, + MENU_ENUM_LABEL_DETECT_CORE_LIST_OK, MENU_FILE_CORE, 0, 0); break; }