diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-20 18:43:31 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-20 18:43:31 (GMT) |
commit | 03ab48c9c306fee878c4f3a97f858f90c078bfdf (patch) | |
tree | 5b2feadc09e9654a47f1af5d9512482fe36327d8 /tools | |
parent | 75494847bb75617e90edb001ff69e555532499fa (diff) | |
download | hdf5-03ab48c9c306fee878c4f3a97f858f90c078bfdf.zip hdf5-03ab48c9c306fee878c4f3a97f858f90c078bfdf.tar.gz hdf5-03ab48c9c306fee878c4f3a97f858f90c078bfdf.tar.bz2 |
[svn-r5444] Purpose:
Code cleanup
Description:
Clean up warnings on IRIX64 6.5 (modi4)
Platforms tested:
IRIX64 6.5 (modi4)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lib/h5tools_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5tools_utils.h b/tools/lib/h5tools_utils.h index 1ace7ad..2214de3 100644 --- a/tools/lib/h5tools_utils.h +++ b/tools/lib/h5tools_utils.h @@ -84,7 +84,7 @@ typedef struct table_t { /*this struct stores the information that is passed to the find_objs function*/ typedef struct find_objs_t { - int prefix_len; + size_t prefix_len; char *prefix; unsigned int threshold; /* should be 0 or 1 */ table_t *group_table; |