Changeset 2720461a2b51de34d57aa583953af129b8cb5ce8
- Timestamp:
- 13/08/08 00:57:25
(4 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1218581845 +0200
- git-parent:
[aafa45bdc907464e0a4d6624233d8533edb51c05]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1218578502 +0200
- Message:
media_list_player: Fix a warning that indicated a true mistake.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc24e8f3 |
r2720461 |
|
| 44 | 44 | if ( !p_mlp->current_playing_item_path ) |
|---|
| 45 | 45 | { |
|---|
| 46 | | if( !libvlc_media_list_count( p_mlp, NULL ) ) |
|---|
| | 46 | if( !libvlc_media_list_count( p_mlp->p_mlist, NULL ) ) |
|---|
| 47 | 47 | return NULL; |
|---|
| 48 | 48 | return libvlc_media_list_path_with_root_index(0); |
|---|