Commit d1d284de authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: use a different folder for crashes, from now on.

parent 2a3551df
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment