summaryrefslogtreecommitdiffstats
path: root/src/H5SM.c
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-12-04 17:56:10 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-12-04 17:56:10 (GMT)
commitfa41ef4985e0870352f1d8cfb037ad6f03ccd591 (patch)
tree53744c663846d8b4a79543a5aa0bb6baab5b6b0a /src/H5SM.c
parenta21800d2f25ecd848285ddb00391219fe3b764d3 (diff)
downloadhdf5-fa41ef4985e0870352f1d8cfb037ad6f03ccd591.zip
hdf5-fa41ef4985e0870352f1d8cfb037ad6f03ccd591.tar.gz
hdf5-fa41ef4985e0870352f1d8cfb037ad6f03ccd591.tar.bz2
[svn-r13021] Cleaned up some mismatched types that were causing errors on copper in
64-bit mode. Tested on copper.
Diffstat (limited to 'src/H5SM.c')
-rwxr-xr-xsrc/H5SM.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5SM.c b/src/H5SM.c
index e84490b..409c94b 100755
--- a/src/H5SM.c
+++ b/src/H5SM.c
@@ -1061,7 +1061,7 @@ done:
*/
herr_t
H5SM_get_info(H5F_t *f, unsigned *index_flags, unsigned *minsizes,
- size_t *list_to_btree, size_t *btree_to_list, hid_t dxpl_id)
+ unsigned *list_to_btree, unsigned *btree_to_list, hid_t dxpl_id)
{
H5SM_master_table_t *table = NULL;
haddr_t table_addr;