[vlc-devel] commit: Typo ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Aug 23 21:59:33 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 23 22:59:28 2009 +0300| [d6f1aefe842ba29613608bfcec76cb810c3b4aa4] | committer: Rémi Denis-Courmont 

Typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d6f1aefe842ba29613608bfcec76cb810c3b4aa4
---

 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 9b6b705..4a83ed5 100644
--- a/src/playlist/fetcher.c
+++ b/src/playlist/fetcher.c
@@ -227,7 +227,7 @@ static int FindArt( playlist_fetcher_t *p_fetcher, input_item_t *p_item )
         vlc_object_attach( p_finder, p_parent );
         p_finder->p_item = p_item;
 
-        p_module = module_need( p_parent, "art finder", NULL, false );
+        p_module = module_need( p_finder, "art finder", NULL, false );
         if( p_module )
         {
             module_unneed( p_finder, p_module );




More information about the vlc-devel mailing list