summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5trav.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2003-12-03 15:35:32 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2003-12-03 15:35:32 (GMT)
commit2d011283a352d0a972c66155b2981a2e66c87e39 (patch)
tree1c94b2f56a1c2805bbe63abb51904dfb38692332 /tools/lib/h5trav.c
parenta70274eceafe9dc364329eb395f50e81db7c7bd1 (diff)
downloadhdf5-2d011283a352d0a972c66155b2981a2e66c87e39.zip
hdf5-2d011283a352d0a972c66155b2981a2e66c87e39.tar.gz
hdf5-2d011283a352d0a972c66155b2981a2e66c87e39.tar.bz2
[svn-r7908] Purpose:
code clean, bug fix Description: cleaned warnings on IRIX fixed bug in parse command line Solution: Platforms tested: linux IRIX 6.5 64 Misc. update:
Diffstat (limited to 'tools/lib/h5trav.c')
-rw-r--r--tools/lib/h5trav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5trav.c b/tools/lib/h5trav.c
index ba74b6c..8d51ac4 100644
--- a/tools/lib/h5trav.c
+++ b/tools/lib/h5trav.c
@@ -282,7 +282,7 @@ int traverse( hid_t loc_id,
{
char *name=NULL;
- int type;
+ H5G_obj_t type;
int nobjs;
int i;
char *path=NULL;