Changeset 2098113d3fc5819145c906e857e053e2bdfc3942
- Timestamp:
- 24/08/08 13:49:51
(3 months ago)
- Author:
- Derk-Jan Hartman <hartman@videolan.org>
- git-committer:
- Derk-Jan Hartman <hartman@videolan.org> 1219578591 +0200
- git-parent:
[ec81311ccadb5891ebb5a40ed931a9ef91212cb7]
- git-author:
- Derk-Jan Hartman <hartman@videolan.org> 1219578591 +0200
- Message:
playlist: use get_current_status_node()
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rcdb92b0 |
r2098113 |
|
| 110 | 110 | if ( p_node == NULL ) |
|---|
| 111 | 111 | { |
|---|
| 112 | | p_node = p_playlist->status.p_node; |
|---|
| | 112 | p_node = get_current_status_node( p_playlist ); |
|---|
| 113 | 113 | assert( p_node ); |
|---|
| 114 | 114 | } |
|---|