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
mpim-sw
libcdi
Commits
56b042e6
Commit
56b042e6
authored
Jan 30, 2020
by
Uwe Schulzweida
Browse files
splitTimevalue: vdate bug fix for TUNIT_MONTH.
parent
26710b22
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/taxis.c
View file @
56b042e6
...
...
@@ -1203,7 +1203,6 @@ void splitTimevalue(double timevalue, int timeunit, int64_t *date, int *time)
{
vdate
=
(
int64_t
)
timevalue
*
100
-
((
timevalue
<
0
)
*
2
-
1
);
vtime
=
0
;
// printf("%g %ld\n", timevalue, (long)vdate);
}
else
if
(
timeunit
==
TUNIT_YEAR
)
{
...
...
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