From 757525241d2f84dfa4225f84f54597b9c5c82506 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 9 Jan 2001 18:25:49 -0500 Subject: [svn-r3255] Purpose: Bug fix Description: Type-o Solution: uint should be uintn --- src/H5S.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5S.c b/src/H5S.c index e0bd8ea..04b4913 100644 --- a/src/H5S.c +++ b/src/H5S.c @@ -654,7 +654,7 @@ H5Sextent_copy(hid_t dst_id,hid_t src_id) herr_t H5S_extent_copy(H5S_extent_t *dst, const H5S_extent_t *src) { - uint u; + uintn u; FUNC_ENTER(H5S_extent_copy, FAIL); -- cgit v0.12