[vlc-commits] WinVLC: upload the crashes to the right location
Jean-Baptiste Kempf
git at videolan.org
Wed Nov 16 18:00:02 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 16 17:59:25 2011 +0100| [036d2ec05930e9a060b66ca97c2034e8b3799e71] | committer: Jean-Baptiste Kempf
WinVLC: upload the crashes to the right location
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=036d2ec05930e9a060b66ca97c2034e8b3799e71
---
bin/winvlc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/winvlc.c b/bin/winvlc.c
index 1f60123..541828d 100644
--- a/bin/winvlc.c
+++ b/bin/winvlc.c
@@ -244,8 +244,8 @@ static void check_crashdump()
SYSTEMTIME now;
GetSystemTime(&now);
wchar_t remote_file[MAX_PATH];
- swprintf( remote_file, L"/crashs/%04d%02d%02d%02d%02d%02d",now.wYear,
- now.wMonth, now.wDay, now.wHour, now.wMinute, now.wSecond );
+ swprintf( remote_file, L"/crashes-win32/%04d%02d%02d%02d%02d%02d",
+ now.wYear, now.wMonth, now.wDay, now.wHour, now.wMinute, now.wSecond );
if( FtpPutFile( ftp, wdir, remote_file, FTP_TRANSFER_TYPE_BINARY, 0) )
MessageBox( NULL, L"Report sent correctly. Thanks a lot for the help.",
More information about the vlc-commits
mailing list