Changeset 491e2b0e7ce2400f89c6c669d12275288cc0fdea for src/text
- Timestamp:
- 07/12/08 22:27:06 (2 months ago)
- git-parent:
- Files:
-
- src/text/strings.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/text/strings.c
rd666030 r491e2b0 665 665 666 666 playlist_t *p_playlist = pl_Yield( p_object ); 667 input_thread_t *p_input = p _playlist->p_input;667 input_thread_t *p_input = playlist_CurrentInput( p_playlist ); 668 668 input_item_t *p_item = NULL; 669 669 pl_Release( p_object ); 670 670 if( p_input ) 671 671 { 672 vlc_object_yield( p_input );673 672 p_item = input_GetItem(p_input); 674 673 }
