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

FTP path must be decoded - fixes #2982.

parent d299ef2a
......@@ -307,7 +307,7 @@ static int parseURL( vlc_url_t *url, const char *path )
if( url->psz_path && *url->psz_path == '/' )
url->psz_path++;
decode_URI( url->psz_path );
return VLC_SUCCESS;
}
......
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