Commit be1cc2c0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Re-do [18770] - fixes #1287.

And why the heck was this undone in the first place??
parent 145a649d
...@@ -89,6 +89,7 @@ int playlist_Export( playlist_t * p_playlist, const char *psz_filename , ...@@ -89,6 +89,7 @@ int playlist_Export( playlist_t * p_playlist, const char *psz_filename ,
int playlist_MLLoad( playlist_t *p_playlist ) int playlist_MLLoad( playlist_t *p_playlist )
{ {
#if 0
const char *psz_datadir = p_playlist->p_libvlc->psz_datadir; const char *psz_datadir = p_playlist->p_libvlc->psz_datadir;
char *psz_uri = NULL; char *psz_uri = NULL;
input_item_t *p_input; input_item_t *p_input;
...@@ -141,6 +142,7 @@ int playlist_MLLoad( playlist_t *p_playlist ) ...@@ -141,6 +142,7 @@ int playlist_MLLoad( playlist_t *p_playlist )
error: error:
free( psz_uri ); free( psz_uri );
#endif
return VLC_ENOMEM; return VLC_ENOMEM;
} }
......
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