From: Clément Stenac Date: Thu, 18 Aug 2005 19:38:01 +0000 (+0000) Subject: Die ! X-Git-Tag: 0.8.4~778 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=92115f28bc96a71bafb112e247e256888a166067;p=vlc Die ! --- diff --git a/modules/control/http/util.c b/modules/control/http/util.c index d9c7ba238d..6a36d66eb8 100644 --- a/modules/control/http/util.c +++ b/modules/control/http/util.c @@ -756,7 +756,7 @@ char *E_(FirstWord)( char *psz, char *new ) * create an item with all information in it, and return the item. * 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 = strdup( _psz );