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
78fc610c
Commit
78fc610c
authored
Sep 08, 2015
by
Thomas Jahns
🤸
Browse files
Add static declaration to internal function splitTimevalue.
parent
8d359fea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/taxis.c
View file @
78fc610c
...
...
@@ -1177,7 +1177,8 @@ void conv_timeval(double timevalue, int *rvdate, int *rvtime)
}
void
splitTimevalue
(
double
timevalue
,
int
timeunit
,
int
*
date
,
int
*
time
)
static
void
splitTimevalue
(
double
timevalue
,
int
timeunit
,
int
*
date
,
int
*
time
)
{
int
vdate
=
0
,
vtime
=
0
;
int
hour
,
minute
,
second
;
...
...
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