summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod_client.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-06-10 15:03:20 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-06-10 15:03:20 (GMT)
commit5a20b1b6918722bc54677ccf1c52e4b75a4a3c6e (patch)
tree7f731eb05731c3c88a41c0336c70279a523ac501 /src/H5VLiod_client.c
parentd9dfb44bad897f44c4b7c6cdaa68a7a1ddfe4df6 (diff)
downloadhdf5-5a20b1b6918722bc54677ccf1c52e4b75a4a3c6e.zip
hdf5-5a20b1b6918722bc54677ccf1c52e4b75a4a3c6e.tar.gz
hdf5-5a20b1b6918722bc54677ccf1c52e4b75a4a3c6e.tar.bz2
[svn-r23743] add support for simple datatype conversion at the server
Diffstat (limited to 'src/H5VLiod_client.c')
-rw-r--r--src/H5VLiod_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLiod_client.c b/src/H5VLiod_client.c
index 73d1721..ef0806e 100644
--- a/src/H5VLiod_client.c
+++ b/src/H5VLiod_client.c
@@ -1006,7 +1006,7 @@ H5VL_iod_get_parent_info(H5VL_iod_object_t *obj, H5VL_loc_params_t loc_params,
if(NULL == (next_obj = (H5VL_iod_object_t *)H5I_search_name(cur_name, H5I_GROUP))) {
if(last_comp) {
if(NULL == (next_obj = (H5VL_iod_object_t *)H5I_search_name(cur_name, H5I_DATASET)))
- //&& NULL == (cur_obj = (H5VL_iod_object_t *)H5I_search_name(cur_name, H5I_DATATYPE)))
+ //&& NULL == (cur_obj = (H5VL_iod_object_t *)H5I_search_name(cur_name, H5I_DATATYPE)))
break;
}
else {