]> git.sesse.net Git - vlc/commitdiff
Die !
authorClément Stenac <zorglub@videolan.org>
Thu, 18 Aug 2005 19:38:01 +0000 (19:38 +0000)
committerClément Stenac <zorglub@videolan.org>
Thu, 18 Aug 2005 19:38:01 +0000 (19:38 +0000)
modules/control/http/util.c

index d9c7ba238de081a765b8c12edb71745600307f43..6a36d66eb836f3e787332a9a8e0213d84bc05d39 100644 (file)
@@ -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 );