Merge pull request #6447 from markwkidd/patch-1

revert change to core association to fix regression
This commit is contained in:
Twinaphex 2018-03-24 09:54:06 +01:00 committed by GitHub
commit 2b1979c3b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}