summaryrefslogtreecommitdiffstats
path: root/src/H5Gobj.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-10-30 15:57:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-10-30 15:57:57 (GMT)
commit87411d7b2d845d52bdbde7fcc473220c22936a47 (patch)
tree61a4eca07bc94bd3caef13c8adf83c05153b17bf /src/H5Gobj.c
parent199b2f9a1d5f512728c38e271775d32c872405ce (diff)
downloadhdf5-87411d7b2d845d52bdbde7fcc473220c22936a47.zip
hdf5-87411d7b2d845d52bdbde7fcc473220c22936a47.tar.gz
hdf5-87411d7b2d845d52bdbde7fcc473220c22936a47.tar.bz2
[svn-r12827] Description:
Correct typo that was causing tests to fail. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5Gobj.c')
-rw-r--r--src/H5Gobj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Gobj.c b/src/H5Gobj.c
index fd8a31e..0762b87 100644
--- a/src/H5Gobj.c
+++ b/src/H5Gobj.c
@@ -256,7 +256,7 @@ H5G_obj_create(H5F_t *f, hid_t dxpl_id, const H5O_ginfo_t *ginfo,
size_t link_size; /* Size of a link message */
/* Calculate message size infomation, for creating group's object header */
- linfo_size = H5O_mesg_size(H5O_LINFO_ID, f, &linfo, (size_t)0);
+ linfo_size = H5O_mesg_size(H5O_LINFO_ID, f, linfo, (size_t)0);
HDassert(linfo_size);
ginfo_size = H5O_mesg_size(H5O_GINFO_ID, f, ginfo, (size_t)0);