[vlc-devel] commit: typo ( Rafaël Carré )
git version control
git at videolan.org
Tue Mar 11 20:16:10 CET 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Mar 11 19:50:17 2008 +0100| [9b70353f2b0164c467102f52dcd3ced085734193]
typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9b70353f2b0164c467102f52dcd3ced085734193
---
src/playlist/control.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/playlist/control.c b/src/playlist/control.c
index 880bdfd..2e734a6 100644
--- a/src/playlist/control.c
+++ b/src/playlist/control.c
@@ -215,7 +215,7 @@ int playlist_AskForArtEnqueue( playlist_t *p_playlist,
p_playlist->p_fetcher->i_waiting,
i, p );
vlc_object_signal_unlocked( p_playlist->p_fetcher );
- vlc_obj_unlock( p_playlist->p_fetcher );
+ vlc_object_unlock( p_playlist->p_fetcher );
return VLC_SUCCESS;
}
More information about the vlc-devel
mailing list