summaryrefslogtreecommitdiffstats
path: root/src/H5Dchunk.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-07-03 00:33:15 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-07-03 00:33:15 (GMT)
commit27c6981c41dfff7c7c151e0bebd325128bc6b34b (patch)
treeb0a50f29affeba2a9d4da04a93f5f9e7dcaa454a /src/H5Dchunk.c
parent856a80b949ba7f980487a7a3185afbfd7c77a724 (diff)
downloadhdf5-27c6981c41dfff7c7c151e0bebd325128bc6b34b.zip
hdf5-27c6981c41dfff7c7c151e0bebd325128bc6b34b.tar.gz
hdf5-27c6981c41dfff7c7c151e0bebd325128bc6b34b.tar.bz2
[svn-r17153] Description:
Bring r17152 from trunk to 1.8 branch: Clean up some minor formatting and misc. errors noticed while working on fixed array code merge. Tested on: Mac OS X/32 10.5.7 (amazon) Too minor to require h5committest
Diffstat (limited to 'src/H5Dchunk.c')
-rw-r--r--src/H5Dchunk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c
index d210f6d..fe05de2 100644
--- a/src/H5Dchunk.c
+++ b/src/H5Dchunk.c
@@ -422,7 +422,7 @@ H5D_chunk_construct(H5F_t *f, H5D_t *dset)
/* Reset address and pointer of the array struct for the chunked storage index */
if(H5D_chunk_idx_reset(&dset->shared->layout, TRUE) < 0)
- HGOTO_ERROR(H5E_OHDR, H5E_CANTINIT, FAIL, "unable to reset chunked storage index")
+ HGOTO_ERROR(H5E_DATASET, H5E_CANTINIT, FAIL, "unable to reset chunked storage index")
done:
FUNC_LEAVE_NOAPI(ret_value)
@@ -3899,6 +3899,7 @@ H5D_chunk_addrmap(const H5D_io_info_t *io_info, haddr_t chunk_addr[])
/* Compose chunked index info struct */
idx_info.f = dset->oloc.file;
idx_info.dxpl_id = io_info->dxpl_id;
+ idx_info.pline = &dset->shared->dcpl_cache.pline;
idx_info.layout = &dset->shared->layout;
/* Iterate over chunks to build mapping of chunk addresses */