vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Tue Feb 6 18:56:11 2018 +0200| [12f7ce07216688450d6bb274496743924d679b7c] | committer: Rémi Denis-Courmont
win32: undo double encoding (caused by review error) > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=12f7ce07216688450d6bb274496743924d679b7c --- src/win32/netconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32/netconf.c b/src/win32/netconf.c index fe4e03ea91..81458ab37a 100644 --- a/src/win32/netconf.c +++ b/src/win32/netconf.c @@ -50,7 +50,7 @@ char *vlc_getProxyUrl(const char *psz_url) } if (url.psz_password == NULL ) - url.psz_password = vlc_uri_encode(proxy_pwd); + url.psz_password = proxy_pwd; char *proxy_url = vlc_uri_compose (&url); vlc_UrlClean (&url); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
