Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
fix segfault due to incomplete transition to new deadbeef api
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpp committed Jan 10, 2014
1 parent 4aaf1e4 commit b7ffdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vkontakte.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ static DB_plugin_action_t vk_action = {
.title = "File/Add tracks from VK",
.name = "vk_add_tracks",
.flags = DB_ACTION_COMMON | DB_ACTION_ADD_MENU,
.callback = (DB_plugin_action_callback_t) vk_action_callback,
.callback2 = (DB_plugin_action_callback2_t) vk_action_callback,
.next = NULL,
};

Expand Down

0 comments on commit b7ffdb8

Please sign in to comment.