Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
ee7ae9ba
Commit
ee7ae9ba
authored
Nov 24, 2010
by
pixhawk
Browse files
Fixed a bug introduced by adaptions to windows platform
parent
261dcf6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/uas/UAS.cc
View file @
ee7ae9ba
...
...
@@ -729,7 +729,11 @@ quint64 UAS::getUnixTime(quint64 time)
// 60 seconds
// 1000 milliseconds
// 1000 microseconds
#ifndef _MSVC_VER
else
if
(
time
<
1261440000000000LLU
)
#else
else
if
(
time
<
1261440000000000
)
#endif
{
if
(
onboardTimeOffset
==
0
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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