summaryrefslogtreecommitdiffstats
path: root/src/H5Aint.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-02-01 02:42:10 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-02-01 02:42:10 (GMT)
commitcde7807ceb3cd66bf60d9b6d87570f4f8422cbce (patch)
tree1fb5fbfb6b67370bebc3093d2e270859435af558 /src/H5Aint.c
parent2aa344d77a31f8fb692d25fc3adc6ed668184d72 (diff)
downloadhdf5-cde7807ceb3cd66bf60d9b6d87570f4f8422cbce.zip
hdf5-cde7807ceb3cd66bf60d9b6d87570f4f8422cbce.tar.gz
hdf5-cde7807ceb3cd66bf60d9b6d87570f4f8422cbce.tar.bz2
[svn-r16396] Description:
Bring r16391:16395 back from trunk Tested on: FreeBSD/32 6.3 (duty) (h5committest not required on this branch)
Diffstat (limited to 'src/H5Aint.c')
-rw-r--r--src/H5Aint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Aint.c b/src/H5Aint.c
index a47c5c3..a2cc6ec 100644
--- a/src/H5Aint.c
+++ b/src/H5Aint.c
@@ -701,7 +701,7 @@ H5A_get_ainfo(H5F_t *f, hid_t dxpl_id, H5O_t *oh, H5O_ainfo_t *ainfo)
HDassert(oh);
/* Retrieve the "attribute info" structure */
- if((ret_value = (H5O_ainfo_t *)H5O_msg_read_real(f, dxpl_id, oh, H5O_AINFO_ID, ainfo))) {
+ if((ret_value = (H5O_ainfo_t *)H5O_msg_read_oh(f, dxpl_id, oh, H5O_AINFO_ID, ainfo))) {
/* Check if we don't know how many attributes there are */
if(ret_value->nattrs == HSIZET_MAX) {
/* Check if we are using "dense" attribute storage */