Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
036d2ec0
Commit
036d2ec0
authored
Nov 16, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WinVLC: upload the crashes to the right location
parent
7d5b8e7c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bin/winvlc.c
bin/winvlc.c
+2
-2
No files found.
bin/winvlc.c
View file @
036d2ec0
...
@@ -244,8 +244,8 @@ static void check_crashdump()
...
@@ -244,8 +244,8 @@ static void check_crashdump()
SYSTEMTIME
now
;
SYSTEMTIME
now
;
GetSystemTime
(
&
now
);
GetSystemTime
(
&
now
);
wchar_t
remote_file
[
MAX_PATH
];
wchar_t
remote_file
[
MAX_PATH
];
swprintf
(
remote_file
,
L"/crash
s/%04d%02d%02d%02d%02d%02d"
,
now
.
wYear
,
swprintf
(
remote_file
,
L"/crash
es-win32/%04d%02d%02d%02d%02d%02d"
,
now
.
wMonth
,
now
.
wDay
,
now
.
wHour
,
now
.
wMinute
,
now
.
wSecond
);
now
.
wYear
,
now
.
wMonth
,
now
.
wDay
,
now
.
wHour
,
now
.
wMinute
,
now
.
wSecond
);
if
(
FtpPutFile
(
ftp
,
wdir
,
remote_file
,
FTP_TRANSFER_TYPE_BINARY
,
0
)
)
if
(
FtpPutFile
(
ftp
,
wdir
,
remote_file
,
FTP_TRANSFER_TYPE_BINARY
,
0
)
)
MessageBox
(
NULL
,
L"Report sent correctly. Thanks a lot for the help."
,
MessageBox
(
NULL
,
L"Report sent correctly. Thanks a lot for the help."
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment