diff options
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r-- | src/H5Oprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h index 1a42569..2d555e8 100644 --- a/src/H5Oprivate.h +++ b/src/H5Oprivate.h @@ -49,7 +49,7 @@ typedef struct H5O_t H5O_t; * depends on how the heap is configured; currently they're seven bytes long * but are stored in 8-byte fields in memory. */ -#define H5SM_FHEAP_ID_LEN 7 +#define H5SM_FHEAP_ID_LEN 8 typedef uint64_t H5SM_fheap_id_t; |