diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-07-30 03:36:09 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-07-30 03:36:09 (GMT) |
commit | eceb405b87abaa4484df4b94d9461ce6dce45890 (patch) | |
tree | 9eb653f6ed7ede8aef3872d0217e84d42fc9e4e6 /src/H5Dlayout.c | |
parent | 238950487f6348544b64fda3143479c6ab589fde (diff) | |
download | hdf5-eceb405b87abaa4484df4b94d9461ce6dce45890.zip hdf5-eceb405b87abaa4484df4b94d9461ce6dce45890.tar.gz hdf5-eceb405b87abaa4484df4b94d9461ce6dce45890.tar.bz2 |
[svn-r17273] Description:
Bring r17269:17272 from trunk to revise_chunks branch
Tested on:
FreeBSD/32 6.3 (duty) w/debug
(h5committest not required for this branch)
Diffstat (limited to 'src/H5Dlayout.c')
-rw-r--r-- | src/H5Dlayout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dlayout.c b/src/H5Dlayout.c index 368bd95..b2c0ede 100644 --- a/src/H5Dlayout.c +++ b/src/H5Dlayout.c @@ -564,7 +564,7 @@ H5D_layout_oh_read(H5D_t *dataset, hid_t dxpl_id, hid_t dapl_id, H5P_genplist_t HGOTO_ERROR(H5E_DATASET, H5E_OVERFLOW, FAIL, "size of dataset's storage overflowed") /* Assign the dataset's contiguous storage size */ - dataset->shared->layout.u.contig.size = tmp_size; + dataset->shared->layout.store.u.contig.size = tmp_size; } /* end if */ /* Get the sieve buffer size for this dataset */ |