summaryrefslogtreecommitdiffstats
path: root/src/H5Aint.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-02-01 02:35:37 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-02-01 02:35:37 (GMT)
commita75ff7d2e5dde334fcbe10e3a6f986b4db954ab2 (patch)
treed5bef9738bd97943846c3f24a0c44d195a09b9cd /src/H5Aint.c
parenta1ffba8cdb5452687ca02b0f1ac69276ad9a1d5f (diff)
downloadhdf5-a75ff7d2e5dde334fcbe10e3a6f986b4db954ab2.zip
hdf5-a75ff7d2e5dde334fcbe10e3a6f986b4db954ab2.tar.gz
hdf5-a75ff7d2e5dde334fcbe10e3a6f986b4db954ab2.tar.bz2
[svn-r16395] Description:
Bring r16394 back from trunk: Rename H5O_msg_read_real -> H5O_msg_read_oh, to be more consistent with other routines in library. Move H5O_msg_read_oh and H5O_msg_exists_oh from package to private header file, so other routines in library can use them. Tested on: FreeBSD/32 6.3 (duty) Too minor to require h5committest
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 49a0186..1b69ea3 100644
--- a/src/H5Aint.c
+++ b/src/H5Aint.c
@@ -702,7 +702,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 */