<p dir="ltr">Hello,</p>
<p dir="ltr">Le 23 sept. 2016 12:36, git@videolan.org a écrit :<br>
><br>
> vlc | branch: master | Jean-Baptiste Kempf <jb@videolan.org> | Fri Sep 23 18:34:56 2016 +0200| [45b0e1644d8f1812d4b6391a7cefedc9f4d44c6d] | committer: Jean-Baptiste Kempf<br>
><br>
> Windows: don't display a dialog when FTP transfer fails<br>
><br>
> Close #17014<br>
><br>
> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=45b0e1644d8f1812d4b6391a7cefedc9f4d44c6d<br>
> ---<br>
><br>
> bin/winvlc.c | 6 ++----<br>
> 1 file changed, 2 insertions(+), 4 deletions(-)<br>
><br>
> diff --git a/bin/winvlc.c b/bin/winvlc.c<br>
> index 33784e2..e221b2e 100644<br>
> --- a/bin/winvlc.c<br>
> +++ b/bin/winvlc.c<br>
> @@ -246,10 +246,8 @@ static void check_crashdump(void)<br>
>                      MessageBox( NULL, L"Report sent correctly. Thanks a lot " \<br>
>                                  "for the help.", L"Report sent", MB_OK);<br>
>                  else<br>
> -                    MessageBox( NULL, L"There was an error while "\<br>
> -                                "transferring the data to the FTP server.\n"\<br>
> -                                "Thanks a lot for the help.",<br>
> -                                L"Report sending failed", MB_OK);<br>
> +                    fprintf(stderr,"Couldn't send report to FTP server");<br>
> +</p>
<p dir="ltr">Missing line feed??</p>
<p dir="ltr">>                  InternetCloseHandle(ftp);<br>
>              }<br>
>              else<br>
><br>
> _______________________________________________<br>
> vlc-commits mailing list<br>
> vlc-commits@videolan.org<br>
> https://mailman.videolan.org/listinfo/vlc-commits<br></p>