Changeset 7def690ce991a88ab67719b67bf462106ebcf309
- Timestamp:
- 02/20/08 17:28:11
(7 months ago)
- Author:
- Rémi Duraffort <ivoire@videolan.org>
- git-committer:
- Rémi Duraffort <ivoire@videolan.org> 1203524891 +0000
- git-parent:
[7b7da74cd7dd379fff604d6048f3a3cee501716c]
- git-author:
- Rémi Duraffort <ivoire@videolan.org> 1203524891 +0000
- Message:
Delete a test which is always true.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r99fab90 |
r7def690 |
|
| 320 | 320 | * - Request, stopped requested -> collect garbage |
|---|
| 321 | 321 | */ |
|---|
| 322 | | if( (!p_playlist->request.b_request && |
|---|
| 323 | | p_playlist->status.i_status != PLAYLIST_STOPPED) || |
|---|
| 324 | | ( p_playlist->request.b_request && |
|---|
| 325 | | p_playlist->request.i_status != PLAYLIST_STOPPED ) ) |
|---|
| | 322 | if( p_playlist->request.i_status != PLAYLIST_STOPPED ) |
|---|
| 326 | 323 | { |
|---|
| 327 | 324 | msg_Dbg( p_playlist, "starting new item" ); |
|---|