summaryrefslogtreecommitdiffstats
path: root/src/H5O.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5O.c')
-rw-r--r--src/H5O.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5O.c b/src/H5O.c
index 322862c..69d4d5f 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -1290,7 +1290,7 @@ static herr_t
H5O_touch_oh(H5F_t *f, H5O_t *oh, hbool_t force)
{
intn idx;
- time_t now = time(NULL);
+ time_t now = HDtime(NULL);
size_t size;
FUNC_ENTER(H5O_touch_oh, FAIL);