summaryrefslogtreecommitdiffstats
path: root/src/H5Fquery.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Fquery.c')
-rw-r--r--src/H5Fquery.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Fquery.c b/src/H5Fquery.c
index 02d40d8..fb3b490 100644
--- a/src/H5Fquery.c
+++ b/src/H5Fquery.c
@@ -98,7 +98,7 @@ H5F_get_intent(const H5F_t *f)
HDassert(f);
- FUNC_LEAVE_NOAPI(f->intent)
+ FUNC_LEAVE_NOAPI(f->shared->flags)
} /* end H5F_get_intent() */
@@ -340,7 +340,7 @@ H5F_get_read_attempts(const H5F_t *f)
HDassert(f);
- FUNC_LEAVE_NOAPI(f->read_attempts)
+ FUNC_LEAVE_NOAPI(f->shared->read_attempts)
} /* end H5F_get_read_attempts() */