Commit 92115f28 authored by Clément Stenac's avatar Clément Stenac

Die !

parent 6458a6fc
...@@ -756,7 +756,7 @@ char *E_(FirstWord)( char *psz, char *new ) ...@@ -756,7 +756,7 @@ char *E_(FirstWord)( char *psz, char *new )
* create an item with all information in it, and return the item. * create an item with all information in it, and return the item.
* return NULL if there is an error. * return NULL if there is an error.
**********************************************************************/ **********************************************************************/
playlist_item_t *E_(parse_MRL)( intf_thread_t *p_intf, char *_psz, playlist_item_t *E_(MRLParse)( intf_thread_t *p_intf, char *_psz,
char *psz_name ) char *psz_name )
{ {
char *psz = strdup( _psz ); char *psz = strdup( _psz );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment