summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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);