From 512dc7fef5cf8e3e1878c8bf4ee432e091854bbb Mon Sep 17 00:00:00 2001 From: markwkidd Date: Fri, 23 Mar 2018 22:17:43 -0400 Subject: [PATCH] revert change to core association to fix regression --- menu/cbs/menu_cbs_ok.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index bdc97ae549..d0ef0bd6f5 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -2875,7 +2875,7 @@ static int action_ok_reset_core_association(const char *path, playlist_get_index(tmp_playlist, rpl_entry_selection_ptr, &tmp_path, NULL, NULL, NULL, NULL, NULL); - if (!command_event(CMD_EVENT_RESET_CORE_ASSOCIATION, (void *)&rpl_entry_selection_ptr)) + if (!command_event(CMD_EVENT_RESET_CORE_ASSOCIATION, (void *)rpl_entry_selection_ptr)) return menu_cbs_exit(); return 0; }