Changeset 2720461a2b51de34d57aa583953af129b8cb5ce8

Show
Ignore:
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
  • src/control/media_list_player.c

    rc24e8f3 r2720461  
    4444    if ( !p_mlp->current_playing_item_path ) 
    4545    { 
    46         if( !libvlc_media_list_count( p_mlp, NULL ) ) 
     46        if( !libvlc_media_list_count( p_mlp->p_mlist, NULL ) ) 
    4747            return NULL; 
    4848        return libvlc_media_list_path_with_root_index(0);