mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r3877] Purpose:
Update Description: On further discussion with Albert and Quncey, it was decided to keep the original "unsignedness" of the nkeys variable. Solution: Changed the type from intn to uintn. Platforms tested: Linux
This commit is contained in:
parent
9e9c406eff
commit
119f3f86f9
@ -2054,7 +2054,7 @@ H5B_copy(H5F_t *f, const H5B_t *old_bt)
|
|||||||
H5B_t *ret_value = NULL;
|
H5B_t *ret_value = NULL;
|
||||||
hsize_t total_native_keysize;
|
hsize_t total_native_keysize;
|
||||||
hsize_t size;
|
hsize_t size;
|
||||||
intn nkeys;
|
uintn nkeys;
|
||||||
uintn u;
|
uintn u;
|
||||||
|
|
||||||
FUNC_ENTER(H5B_copy, NULL);
|
FUNC_ENTER(H5B_copy, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user