[vlc-devel] commit: fetcher: fix a typo (thanks to fenrir). ( Rémi Duraffort )
git version control
git at videolan.org
Fri Jul 31 11:17:43 CEST 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Fri Jul 31 11:10:41 2009 +0200| [dcd72e40bcdb8ba4f736d8105dd942d201fb7289] | committer: Rémi Duraffort
fetcher: fix a typo (thanks to fenrir).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dcd72e40bcdb8ba4f736d8105dd942d201fb7289
---
src/playlist/fetcher.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/playlist/fetcher.c b/src/playlist/fetcher.c
index db8423e..aa6d16f 100644
--- a/src/playlist/fetcher.c
+++ b/src/playlist/fetcher.c
@@ -375,7 +375,7 @@ static void WaitPreparsed( playlist_fetcher_t *p_fetcher, input_item_t *p_item )
vlc_mutex_unlock( &p_fetcher->lock );
}
- var_DelCallback( p_input, "intf-event", InputEvent, p_fetcher );
+ var_DelCallback( p_input, "intf-event", InputEvent, &cond );
vlc_cond_destroy( &cond );
exit:
More information about the vlc-devel
mailing list