Commit 0d48e825 authored by Rafaël Carré's avatar Rafaël Carré

xspf muxer: %encode '+' since decode_URI() will decode it as a space

parent de90d8cb
...@@ -336,6 +336,7 @@ static char *assertUTF8URI( char *psz_name ) ...@@ -336,6 +336,7 @@ static char *assertUTF8URI( char *psz_name )
*psz_s == '[' || *psz_s == '[' ||
*psz_s == ']' || *psz_s == ']' ||
*psz_s == '@' || *psz_s == '@' ||
*psz_s == '+' ||
*psz_s == '%' ) *psz_s == '%' )
) )
) )
......
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