summaryrefslogtreecommitdiffstats
path: root/tools/h5dumptst.c
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-09-25 19:32:42 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-09-25 19:32:42 (GMT)
commitb4dbf55fbefa45eeeceea2db8fa98570292ac098 (patch)
tree3aa9ba7a3116df2672bffdfd3dd25accbdc7e731 /tools/h5dumptst.c
parent72661ffc0767c1e548d76ea3bfd9bbabd4b94902 (diff)
downloadhdf5-b4dbf55fbefa45eeeceea2db8fa98570292ac098.zip
hdf5-b4dbf55fbefa45eeeceea2db8fa98570292ac098.tar.gz
hdf5-b4dbf55fbefa45eeeceea2db8fa98570292ac098.tar.bz2
[svn-r1665] same changes i just made to the release version
changed sdims to int
Diffstat (limited to 'tools/h5dumptst.c')
-rw-r--r--tools/h5dumptst.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dumptst.c b/tools/h5dumptst.c
index e04f708..609b346 100644
--- a/tools/h5dumptst.c
+++ b/tools/h5dumptst.c
@@ -1163,10 +1163,10 @@ hid_t fxdlenstr, fxdlenstr2, memtype;
hsize_t dims[1], size[1], start[1], stride[1], count[1], block[1];
-int i;
+hsize_t i;
char buf[LENSTR+10];
char buf2[3*LENSTR2];
-int sdim;
+hsize_t sdim;
fid = H5Fcreate(FILE14, H5F_ACC_TRUNC, H5P_DEFAULT, H5P_DEFAULT);