Changeset 38b815953cd52fe7df5d94c06e06e63e286646a7
- Timestamp:
- 19/11/06 14:33:27
(2 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1163943207 +0000
- git-parent:
[0900f11014557ea895a290d2c1518d739f97a8b6]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1163943207 +0000
- Message:
Compile fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0900f11 |
r38b8159 |
|
| 550 | 550 | { |
|---|
| 551 | 551 | playlist_DeleteFromInput( p_playlist, |
|---|
| 552 | | p_item->p_input->i_id ); |
|---|
| | 552 | p_item->p_input->i_id, VLC_TRUE ); |
|---|
| 553 | 553 | } |
|---|
| 554 | 554 | else |
|---|