diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2011-10-05 15:52:12 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2011-10-05 15:52:12 (GMT) |
commit | 3f4b1f3b7402a83eade18efebaf8f6d0ee0c94a1 (patch) | |
tree | 82d811c89f78bf8de9d3a6222ca915e90bd191e8 /src/H5Aint.c | |
parent | 817bfb6499f266113fa8146b980e065a133b1374 (diff) | |
download | hdf5-3f4b1f3b7402a83eade18efebaf8f6d0ee0c94a1.zip hdf5-3f4b1f3b7402a83eade18efebaf8f6d0ee0c94a1.tar.gz hdf5-3f4b1f3b7402a83eade18efebaf8f6d0ee0c94a1.tar.bz2 |
[svn-r21476] The first part fix for bug HDFFV-7640: does not need to do H5O_move_msgs_forward() when writing attributes. h5committested.
Tests are checked into the performance suite.
Diffstat (limited to 'src/H5Aint.c')
-rw-r--r-- | src/H5Aint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Aint.c b/src/H5Aint.c index 4e610e4..db9508e 100644 --- a/src/H5Aint.c +++ b/src/H5Aint.c @@ -138,7 +138,7 @@ H5FL_SEQ_DEFINE(H5A_t_ptr); */ static herr_t H5A_compact_build_table_cb(H5O_t UNUSED *oh, H5O_mesg_t *mesg/*in,out*/, - unsigned sequence, hbool_t UNUSED *oh_modified, void *_udata/*in,out*/) + unsigned sequence, unsigned UNUSED *oh_modified, void *_udata/*in,out*/) { H5A_compact_bt_ud_t *udata = (H5A_compact_bt_ud_t *)_udata; /* Operator user data */ herr_t ret_value = H5_ITER_CONT; /* Return value */ |