summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-03-18 21:30:03 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-03-18 21:30:03 (GMT)
commit0f31ebc8290a676c00c54d72db768c971604dcda (patch)
treebbcc929cb5e6975c493397f77bc76e9104acf15e
parent0a1f7f0727a0df388d20fd94452774f2f124733b (diff)
downloadhdf5-0f31ebc8290a676c00c54d72db768c971604dcda.zip
hdf5-0f31ebc8290a676c00c54d72db768c971604dcda.tar.gz
hdf5-0f31ebc8290a676c00c54d72db768c971604dcda.tar.bz2
[svn-r24833] bug fix..
-rw-r--r--src/H5VLiod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5VLiod.c b/src/H5VLiod.c
index a95f7f4..92d6538 100644
--- a/src/H5VLiod.c
+++ b/src/H5VLiod.c
@@ -3839,6 +3839,7 @@ H5VL_iod_dataset_get(void *_dset, H5VL_dataset_get_t get_type,
if((*ret_id = H5Tcopy(dset->remote_dset.type_id)) < 0)
HGOTO_ERROR(H5E_ARGS, H5E_CANTGET, FAIL, "can't get datatype ID of dataset")
+ break;
}
case H5VL_DATASET_GET_STORAGE_SIZE:
case H5VL_DATASET_GET_OFFSET: