diff options
Diffstat (limited to 'hl/src/H5LT.h')
-rw-r--r-- | hl/src/H5LT.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/src/H5LT.h b/hl/src/H5LT.h index 63f9c8e..9b50db3 100644 --- a/hl/src/H5LT.h +++ b/hl/src/H5LT.h @@ -214,7 +214,7 @@ herr_t H5LTset_attribute_long( hid_t loc_id, herr_t H5LTset_attribute_long_long( hid_t loc_id, const char *obj_name, const char *attr_name, - const long long *buffer, + const long_long *buffer, size_t size ); herr_t H5LTset_attribute_ulong( hid_t loc_id, |