[vlc-commits] Win32: use a different folder for crashes, from now on.
Jean-Baptiste Kempf
git at videolan.org
Sun Apr 10 19:34:44 CEST 2011
vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Apr 10 17:36:55 2011 +0200| [d1d284de4b4d32675fbd7510d16f40faca9916bb] | committer: Jean-Baptiste Kempf
Win32: use a different folder for crashes, from now on.
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=d1d284de4b4d32675fbd7510d16f40faca9916bb
---
bin/winvlc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bin/winvlc.c b/bin/winvlc.c
index d9906a1..e549d7b 100644
--- a/bin/winvlc.c
+++ b/bin/winvlc.c
@@ -246,7 +246,7 @@ 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,
+ swprintf( remote_file, L"/crashs-win32/%04d%02d%02d%02d%02d%02d",now.wYear,
now.wMonth, now.wDay, now.wHour, now.wMinute, now.wSecond );
FtpPutFile( ftp, wdir, remote_file, FTP_TRANSFER_TYPE_BINARY, 0);
More information about the vlc-commits
mailing list