[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:
Bill Wendling 2001-04-30 17:27:44 -05:00
parent 9e9c406eff
commit 119f3f86f9

View File

@ -2054,7 +2054,7 @@ H5B_copy(H5F_t *f, const H5B_t *old_bt)
H5B_t *ret_value = NULL;
hsize_t total_native_keysize;
hsize_t size;
intn nkeys;
uintn nkeys;
uintn u;
FUNC_ENTER(H5B_copy, NULL);