diff options
Diffstat (limited to 'tools/h5debug.c')
-rw-r--r-- | tools/h5debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5debug.c b/tools/h5debug.c index 7f4e91a..76eb472 100644 --- a/tools/h5debug.c +++ b/tools/h5debug.c @@ -71,7 +71,7 @@ main(int argc, char *argv[]) */ if (strchr (argv[1], '%')) { plist = H5Pcreate (H5P_FILE_ACCESS); - H5Pset_fapl_family (plist, 0, H5P_DEFAULT); + H5Pset_fapl_family (plist, (hsize_t)0, H5P_DEFAULT); } if ((fid = H5Fopen(argv[1], H5F_ACC_RDONLY, plist)) < 0) { fprintf(stderr, "cannot open file\n"); |