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 ,
int playlist_MLLoad( playlist_t *p_playlist )
{
#if 0
const char *psz_datadir = p_playlist->p_libvlc->psz_datadir;
char *psz_uri = NULL;
input_item_t *p_input;
......@@ -141,6 +142,7 @@ int playlist_MLLoad( playlist_t *p_playlist )
error:
free( psz_uri );
#endif
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