diff options
Diffstat (limited to 'vms')
-rw-r--r-- | vms/src/h5pubconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index 7293ada..603d20e 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -577,7 +577,7 @@ #define H5_SIZEOF_OFF64_T 0 /* The size of `off_t', as computed by sizeof. */ -#define H5_SIZEOF_OFF_T 4 +#define H5_SIZEOF_OFF_T 8 /* The size of `ptrdiff_t', as computed by sizeof. */ #define H5_SIZEOF_PTRDIFF_T 4 |