diff options
Diffstat (limited to 'test/external.c')
-rw-r--r-- | test/external.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/external.c b/test/external.c index e46f5e3..db57afb 100644 --- a/test/external.c +++ b/test/external.c @@ -588,7 +588,7 @@ test_2 (hid_t fapl) hid_t dset=-1; /*dataset */ hid_t grp=-1; /*group to emit diagnostics */ int fd; /*external file descriptors */ - hsize_t i, j; /*miscellaneous counters */ + size_t i, j; /*miscellaneous counters */ hssize_t n; /*bytes of I/O */ char filename[1024]; /*file names */ int part[25], whole[100]; /*raw data buffers */ |