diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-17 20:12:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-17 20:12:28 (GMT) |
commit | b2acbc56c61fb388183ca13e8f54bd8ab3dc2899 (patch) | |
tree | bfa0dc5d9f61b29dc8d9a0d7d3ee6b19f12710d0 /test/tsohm.c | |
parent | d6d549e5bfa37e599255766f3add2accc367548d (diff) | |
download | hdf5-b2acbc56c61fb388183ca13e8f54bd8ab3dc2899.zip hdf5-b2acbc56c61fb388183ca13e8f54bd8ab3dc2899.tar.gz hdf5-b2acbc56c61fb388183ca13e8f54bd8ab3dc2899.tar.bz2 |
[svn-r12938] Description:
Add src/H5Oalloc.c file forgotten in previous object header checkin
Break out more object header routines into separate file (debugging routines
this time).
Fix "//" style comment in recent ISOHM source changes.
Fix 'size_t' vs. 'unsigned' problem (visible in 64-bit testing) in recent
ISOHM test changes.
Tested on:
FreeBSD/32 4.11 (sleipnir)
Linux/32 2.4 (heping)
Linux/64 2.4 (mir)
Diffstat (limited to 'test/tsohm.c')
-rw-r--r-- | test/tsohm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tsohm.c b/test/tsohm.c index 6eda3e3..d158ff0 100644 --- a/test/tsohm.c +++ b/test/tsohm.c @@ -58,8 +58,8 @@ static void check_fcpl_values(hid_t fcpl_id, const unsigned nindexes_in, { unsigned num_indexes; unsigned index_flags, min_mesg_size; - size_t list_size, btree_size; - unsigned x; + unsigned list_size, btree_size; + unsigned x; herr_t ret; /* Verify number of indexes is set to default */ |