]> git.sesse.net Git - vlc/commitdiff
Oups, fixed stupid crash in PLS
authorClément Stenac <zorglub@videolan.org>
Thu, 18 Nov 2004 23:35:29 +0000 (23:35 +0000)
committerClément Stenac <zorglub@videolan.org>
Thu, 18 Nov 2004 23:35:29 +0000 (23:35 +0000)
modules/demux/playlist/pls.c

index 21d6db4e91872ceabc6cad548187e869a16980e9..bd33e62054661d4d7489869d9075272b9ad8e48a 100644 (file)
@@ -129,7 +129,7 @@ static int Demux( demux_t *p_demux )
         return -1;
     }
 
-    b_play = FindItem( p_demux, p_playlist, p_parent );
+    b_play = FindItem( p_demux, p_playlist, &p_parent );
     p_parent->input.i_type = ITEM_TYPE_PLAYLIST;
 
     /* Change the item to a node */