diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lib/h5diff_attr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/lib/h5diff_attr.c b/tools/lib/h5diff_attr.c index 1961ed8..d9301c5 100644 --- a/tools/lib/h5diff_attr.c +++ b/tools/lib/h5diff_attr.c @@ -203,7 +203,7 @@ int diff_attr(hid_t loc1_id, nfound = diff_array(buf1, buf2, nelmts1, - 0, + (hsize_t)0, rank1, dims1, options, @@ -225,7 +225,7 @@ int diff_attr(hid_t loc1_id, nfound = diff_array(buf1, buf2, nelmts1, - 0, + (hsize_t)0, rank1, dims1, options, @@ -242,7 +242,7 @@ int diff_attr(hid_t loc1_id, nfound = diff_array(buf1, buf2, nelmts1, - 0, + (hsize_t)0, rank1, dims1, options, @@ -260,7 +260,7 @@ int diff_attr(hid_t loc1_id, nfound = diff_array(buf1, buf2, nelmts1, - 0, + (hsize_t)0, rank1, dims1, options, |