Changeset 24ce4a48b9a5a9989e32fa1b6e0b8a3c53f39b79
- Timestamp:
- 15/07/08 13:21:36
(5 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1216120896 +0200
- git-parent:
[9e745b81ba6aa90bee8205cea0e6e0c919c3e03c]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1216120656 +0200
- Message:
playlist: Fix a legitimate warning.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3af47f4 |
r24ce4a4 |
|
| 74 | 74 | /* FIXME: this is potentially dangerous, we could destroy |
|---|
| 75 | 75 | * p_ret any time soon */ |
|---|
| 76 | | input_item_t *p_ret = get_current_status_item( p_playlist ); |
|---|
| | 76 | playlist_item_t *p_ret = get_current_status_item( p_playlist ); |
|---|
| 77 | 77 | PL_UNLOCK_IF( !b_locked ); |
|---|
| 78 | 78 | return p_ret; |
|---|