summaryrefslogtreecommitdiffstats
path: root/src/H5Dchunk.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2012-07-30 21:22:35 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2012-07-30 21:22:35 (GMT)
commit305950acf96a6f484b5d0a81c083ad138446760f (patch)
treeb372553b4d21d5779a677ff5e6a831025c74e39e /src/H5Dchunk.c
parent75f4e51a1a076ea2f1602619e2a7d7bcce13c2f1 (diff)
parentd4d9cbd52d86800f5874fe8d6a2e939f090c5c2d (diff)
downloadhdf5-305950acf96a6f484b5d0a81c083ad138446760f.zip
hdf5-305950acf96a6f484b5d0a81c083ad138446760f.tar.gz
hdf5-305950acf96a6f484b5d0a81c083ad138446760f.tar.bz2
[svn-r22615] porting revisions from 22586 to 22614 from the trunk
Diffstat (limited to 'src/H5Dchunk.c')
-rw-r--r--src/H5Dchunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c
index dfb4011..93e8869 100644
--- a/src/H5Dchunk.c
+++ b/src/H5Dchunk.c
@@ -4408,7 +4408,7 @@ H5D__chunk_copy_cb(const H5D_chunk_rec_t *chunk_rec, void *_udata)
/* Insert chunk into the destination index */
if((udata->idx_info_dst->storage->ops->insert)(udata->idx_info_dst, &udata_dst) < 0)
- HGOTO_ERROR(H5E_DATASET, H5E_CANTINSERT, H5_ITER_ERROR, "unable to insert chunk into index")
+ HGOTO_ERROR_TAG(H5E_DATASET, H5E_CANTINSERT, H5_ITER_ERROR, "unable to insert chunk into index")
/* Reset metadata tag in dxpl_id */
H5_END_TAG(H5_ITER_ERROR);