Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
71079c79
Commit
71079c79
authored
Sep 29, 2006
by
Rafaël Carré
Browse files
Replaces url unescaping by url decoding in xspf import
Thanks to courmisch for finding the issue Closes #721
parent
5e2ac015
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/playlist/xspf.c
View file @
71079c79
...
...
@@ -516,7 +516,7 @@ static vlc_bool_t parse_track_node COMPLEX_INTERFACE
FREE_ATT
();
return
VLC_FALSE
;
}
psz_uri
=
unescap
e_URI_duplicate
(
psz_value
);
psz_uri
=
decod
e_URI_duplicate
(
psz_value
);
if
(
psz_uri
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment