Changeset dfef0e4dcc482ae1d8fcaba9845b16607f5c2bf1
- 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
| r2a5fae4 |
rdfef0e4 |
|
| 831 | 831 | |
|---|
| 832 | 832 | 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, |
|---|
| 834 | 834 | (mtime_t) i_mduration ); |
|---|
| 835 | 835 | free(psz_mrl); |
|---|