summaryrefslogtreecommitdiffstats
path: root/src/H5Dint.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-09-30 17:06:12 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-09-30 17:06:12 (GMT)
commitcbc260e636e258cc55d9fb8fdafd3bff0877ac23 (patch)
treebaaa000b45158680564df521d95297587d6c8941 /src/H5Dint.c
parent5088217e4256aa2ba5b7590b7de91aeae415a1ce (diff)
downloadhdf5-cbc260e636e258cc55d9fb8fdafd3bff0877ac23.zip
hdf5-cbc260e636e258cc55d9fb8fdafd3bff0877ac23.tar.gz
hdf5-cbc260e636e258cc55d9fb8fdafd3bff0877ac23.tar.bz2
- Removed BRANCH.txt and MANIFEST entry
- Fixed a missing line in H5Dint.c
Diffstat (limited to 'src/H5Dint.c')
-rw-r--r--src/H5Dint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dint.c b/src/H5Dint.c
index 7f90f16..59fe3e9 100644
--- a/src/H5Dint.c
+++ b/src/H5Dint.c
@@ -2665,6 +2665,7 @@ H5D__vlen_get_buf_size(void H5_ATTR_UNUSED *elem, hid_t type_id, unsigned H5_ATT
/* Read in the point (with the custom VL memory allocator) */
if(H5D__read(vlen_bufsize->dset, type_id, vlen_bufsize->mspace, vlen_bufsize->fspace, vlen_bufsize->xfer_pid, vlen_bufsize->fl_tbuf) < 0)
+ HGOTO_ERROR(H5E_DATASET, H5E_READERROR, FAIL, "can't read point")
done:
FUNC_LEAVE_NOAPI(ret_value)