diff options
Diffstat (limited to 'src/H5Spoint.c')
-rw-r--r-- | src/H5Spoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Spoint.c b/src/H5Spoint.c index 6e6ca5b..786eae3 100644 --- a/src/H5Spoint.c +++ b/src/H5Spoint.c @@ -884,7 +884,7 @@ H5S_point_bounds(const H5S_t *space, hsize_t *start, hsize_t *end) /* Set the start and end arrays up */ for(i=0; i<rank; i++) { - start[i]=UINT_MAX; + start[i]=HSIZET_MAX; end[i]=0; } /* end for */ |