vlc | branch: master | David Fuhrmann <david.fuhrm...@googlemail.com> | Thu Feb 20 17:43:24 2014 +0100| [314047bfe353c849b275d6808fd29d8c9af7f043] | committer: David Fuhrmann
growl: fix incompatible pointer warning > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=314047bfe353c849b275d6808fd29d8c9af7f043 --- modules/notify/growl.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/notify/growl.m b/modules/notify/growl.m index d9dae02..e8e5226 100644 --- a/modules/notify/growl.m +++ b/modules/notify/growl.m @@ -137,7 +137,7 @@ static int Open( vlc_object_t *p_this ) static void Close( vlc_object_t *p_this ) { intf_thread_t *p_intf = (intf_thread_t *)p_this; - playlist_t *p_playlist = pl_Get( p_this ); + playlist_t *p_playlist = pl_Get( p_intf ); intf_sys_t *p_sys = p_intf->p_sys; var_DelCallback( p_playlist, "item-change", ItemChange, p_intf ); _______________________________________________ vlc-commits mailing list vlc-commits@videolan.org https://mailman.videolan.org/listinfo/vlc-commits