]> git.sesse.net Git - vlc/commitdiff
Fix previous commit.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 21 Aug 2007 12:23:20 +0000 (12:23 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 21 Aug 2007 12:23:20 +0000 (12:23 +0000)
modules/services_discovery/shout.c

index 6f73729f573f418e4a4d139124a9ce8a0893b61f..5dd76b7636446b6680bfab6b114c0aa9736d9b4d 100644 (file)
@@ -144,7 +144,7 @@ static int Open( vlc_object_t *p_this, int i_type )
  *****************************************************************************/
 static void Run( services_discovery_t *p_sd )
 {
-    p_sys->p_input->b_prefers_tree = VLC_TRUE;
+    p_sd->p_sys->p_input->b_prefers_tree = VLC_TRUE;
     services_discovery_AddItem( p_sd, p_sd->p_sys->p_input, NULL /* no category */ );
 
     input_Read( pl_Yield(p_sd), p_sd->p_sys->p_input, VLC_FALSE );