summaryrefslogtreecommitdiffstats
path: root/src/H5Dlayout.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-07-30 03:48:44 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-07-30 03:48:44 (GMT)
commitaaa84b4542fba4b3d8424bf494b311a8ab0dbd4c (patch)
treeb38d4820a999a8960164505dc020e3f6de30c85a /src/H5Dlayout.c
parent31a7cd56bfdb08646d9638fdabb576b3af38fc11 (diff)
downloadhdf5-aaa84b4542fba4b3d8424bf494b311a8ab0dbd4c.zip
hdf5-aaa84b4542fba4b3d8424bf494b311a8ab0dbd4c.tar.gz
hdf5-aaa84b4542fba4b3d8424bf494b311a8ab0dbd4c.tar.bz2
[svn-r17274] Description:
Bring r17272 from trunk to 1.8 branch: Finish pushing contiguous storage size from 'layout' into 'storage" data structure. Tested on: Mac OS X/32 10.5.7 (amazon) w/debug & production Too minor to require h5committest
Diffstat (limited to 'src/H5Dlayout.c')
-rw-r--r--src/H5Dlayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dlayout.c b/src/H5Dlayout.c
index 1c74a66..6e7686b 100644
--- a/src/H5Dlayout.c
+++ b/src/H5Dlayout.c
@@ -407,7 +407,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 */