diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-03-17 23:14:34 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-03-17 23:14:34 (GMT) |
commit | 6bdd8d9a00b272fdc8ee8dea84e5b0d47eae3977 (patch) | |
tree | c008027c403f3c31f0345d699aec98775b7b806e /src/H5VLiod_map.c | |
parent | aa5578c53a47f75c29a8199fd17be51e96325e32 (diff) | |
download | hdf5-6bdd8d9a00b272fdc8ee8dea84e5b0d47eae3977.zip hdf5-6bdd8d9a00b272fdc8ee8dea84e5b0d47eae3977.tar.gz hdf5-6bdd8d9a00b272fdc8ee8dea84e5b0d47eae3977.tar.bz2 |
[svn-r24817] update 7.2 demo example.
- fix bug.
- bump tr id by 1
fix mopen when parent does not exist
Diffstat (limited to 'src/H5VLiod_map.c')
-rw-r--r-- | src/H5VLiod_map.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5VLiod_map.c b/src/H5VLiod_map.c index 2f88c3d..78df0e8 100644 --- a/src/H5VLiod_map.c +++ b/src/H5VLiod_map.c @@ -348,6 +348,7 @@ done: output.iod_id = IOD_OBJ_INVALID; output.keytype_id = FAIL; output.valtype_id = FAIL; + output.mcpl_id = FAIL; HG_Handler_start_output(op_data->hg_handle, &output); } |