<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style>
</head>
<body><div>On Tue, Dec 5, 2017, at 10:38, Bang He wrote:<br></div>
<blockquote type="cite"><div dir="ltr">the function vlc_UrlParseFixup is so big<br></div>
</blockquote><div><br></div>
<div>Hello,<br></div>
<div><br></div>
<div>I don't understand your review.<br></div>
<div><br></div>
<blockquote type="cite"><div><div><br></div>
<div defang_data-gmailquote="yes"><div>On Tue, Dec 5, 2017 at 4:52 PM, Thomas Guillem <span dir="ltr"><<a href="mailto:thomas@gllm.fr">thomas@gllm.fr</a>></span> wrote:<br></div>
<blockquote defang_data-gmailquote="yes" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-color:rgb(204, 204, 204);border-left-style:solid;border-left-width:1px;padding-left:1ex;"><div>Refs #18991<br></div>
<div> ---<br></div>
<div>  modules/access/ftp.c | 4 ++--<br></div>
<div>  1 file changed, 2 insertions(+), 2 deletions(-)<br></div>
<div> <br></div>
<div> diff --git a/modules/access/ftp.c b/modules/access/ftp.c<br></div>
<div> index 79387772a3..fd486831cb 100644<br></div>
<div> --- a/modules/access/ftp.c<br></div>
<div> +++ b/modules/access/ftp.c<br></div>
<div> @@ -443,7 +443,7 @@ static int Login( vlc_object_t *p_access, access_sys_t *p_sys )<br></div>
<div> <br></div>
<div>      vlc_url_t url;<br></div>
<div>      vlc_credential credential;<br></div>
<div> -    vlc_UrlParse( &url, ((stream_t *)p_access)->psz_url );<br></div>
<div> +    vlc_UrlParseFixup( &url, ((stream_t *)p_access)->psz_url );<br></div>
<div>      vlc_credential_init( &credential, &url );<br></div>
<div>      bool b_logged = false;<br></div>
<div> <br></div>
<div> @@ -645,7 +645,7 @@ static int parseURL( vlc_url_t *url, const char *path, enum tls_mode_e mode )<br></div>
<div>      while( *path == '/' )<br></div>
<div>          path++;<br></div>
<div> <br></div>
<div> -    vlc_UrlParse( url, path );<br></div>
<div> +    vlc_UrlParseFixup( url, path );<br></div>
<div> <br></div>
<div>      if( url->psz_host == NULL || *url->psz_host == '\0' )<br></div>
<div>          return VLC_EGENERIC;<br></div>
<div> <span><span class="colour" style="color:rgb(136, 136, 136)">--<br> 2.11.0<br> <br> ______________________________<wbr>_________________<br> vlc-devel mailing list<br> To unsubscribe or modify your subscription options:<br> <a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/<wbr>listinfo/vlc-devel</a></span></span></div>
</blockquote></div>
</div>
<div><u>_______________________________________________</u><br></div>
<div>vlc-devel mailing list<br></div>
<div>To unsubscribe or modify your subscription options:<br></div>
<div><a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a><br></div>
</blockquote><div><br></div>
</body>
</html>