Changeset dfef0e4dcc482ae1d8fcaba9845b16607f5c2bf1

Show
Ignore:
Timestamp:
14/06/08 17:13:51 (5 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1213456431 +0200
git-parent:

[8589b24945ea0e4f049ab0d32de0fab8a480e9bd]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1213456431 +0200
Message:

cdda: Fix a really right warning.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access/cdda/info.c

    r2a5fae4 rdfef0e4  
    831831 
    832832    p_child = playlist_ItemNew( p_playlist, psz_mrl, psz_title ); 
    833     input_item_SetDuration( input_GetItem( p_child->p_input )
     833    input_item_SetDuration( p_child->p_input
    834834            (mtime_t) i_mduration ); 
    835835    free(psz_mrl);