summaryrefslogtreecommitdiffstats
path: root/src/H5Dint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dint.c')
-rw-r--r--src/H5Dint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dint.c b/src/H5Dint.c
index 534a050..a1d062fa 100644
--- a/src/H5Dint.c
+++ b/src/H5Dint.c
@@ -2085,7 +2085,7 @@ H5D__vlen_get_buf_size(void UNUSED *elem, hid_t type_id, unsigned UNUSED ndim, c
HGOTO_ERROR(H5E_DATASET, H5E_CANTCREATE, FAIL, "can't select point")
/* Read in the point (with the custom VL memory allocator) */
- if(H5VL_dataset_read(vlen_bufsize->dset, vlen_bufsize->vol_plugin,
+ if(H5VL_dataset_read(vlen_bufsize->dset, vlen_bufsize->vol_cls,
type_id, vlen_bufsize->mspace_id,
vlen_bufsize->fspace_id, vlen_bufsize->xfer_pid,
vlen_bufsize->fl_tbuf, H5_REQUEST_NULL) < 0)