Changeset 0fd5011bae51389f0100b8a0f665704b4d1b0648
- Timestamp:
- 12/16/06 00:38:33
(2 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1166225913 +0000
- git-parent:
[acf462d72a4c5ecf73aa9f70e6b6df569f6548e1]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1166225913 +0000
- Message:
2nd argument of playlist_Viewplay is not a boolean
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7bcd728 |
r0fd5011 |
|
| 85 | 85 | /* Go back and play the playlist */ \ |
|---|
| 86 | 86 | if( b_play && p_item_in_category ) \ |
|---|
| 87 | | playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, VLC_TRUE, p_item_in_category, \ |
|---|
| 88 | | VLC_TRUE ); \ |
|---|
| | 87 | playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, VLC_TRUE, p_item_in_category, NULL ); \ |
|---|
| 89 | 88 | vlc_object_release( p_playlist ); |
|---|