Commit e83ac1de authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix obvious typo lost in a git warp.

Sorry
parent 45ac6e57
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment