diff options
Diffstat (limited to 'src/H5Fquery.c')
-rw-r--r-- | src/H5Fquery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fquery.c b/src/H5Fquery.c index 69fe193..fb3b490 100644 --- a/src/H5Fquery.c +++ b/src/H5Fquery.c @@ -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() */ |