From: Jean-Baptiste Kempf Date: Wed, 2 Jun 2010 10:01:21 +0000 (+0200) Subject: Fix obvious typo lost in a git warp. X-Git-Tag: 1.2.0-pre1~6351 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e83ac1de6b14bcc7b888d25b22508ebfd4bf7acb;p=vlc Fix obvious typo lost in a git warp. Sorry --- diff --git a/src/playlist/tree.c b/src/playlist/tree.c index 152af3fdcc..e7fdebeaeb 100644 --- a/src/playlist/tree.c +++ b/src/playlist/tree.c @@ -86,7 +86,7 @@ playlist_item_t * playlist_NodeCreate( playlist_t *p_playlist, p_parent ? p_parent->i_id : -1, !( i_flags & PLAYLIST_NO_REBUILD )); - p_item->i_flags |= i_flags + p_item->i_flags |= i_flags; return p_item; }