Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
6d8ffe9f
Commit
6d8ffe9f
authored
Sep 01, 2016
by
yoogx
Browse files
* Use explicit value for epoch due to C99 requiring a constant
initializer.
parent
ce2886a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/po_hi_time.c
View file @
6d8ffe9f
...
...
@@ -289,7 +289,7 @@ int __po_hi_time_copy (__po_hi_time_t* dst, const __po_hi_time_t* src)
return
(
__PO_HI_SUCCESS
);
}
__po_hi_time_t
epoch
=
ORIGIN_OF_TIME
;
__po_hi_time_t
epoch
=
{
0
,
0
};
/*
ORIGIN_OF_TIME;
*/
__po_hi_time_t
get_epoch
(
void
)
{
return
epoch
;
...
...
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