From 119f3f86f9809946c8f40ab39f9cf6f4770f2694 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 30 Apr 2001 17:27:44 -0500 Subject: [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 --- src/H5B.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5B.c b/src/H5B.c index a8b8eeb..8ba4f85 100644 --- a/src/H5B.c +++ b/src/H5B.c @@ -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); -- cgit v0.12