[svn-r3255] Purpose:

Bug fix
Description:
    Type-o
Solution:
    uint should be uintn
This commit is contained in:
Bill Wendling 2001-01-09 18:25:49 -05:00
parent 9ae87ca1a6
commit 757525241d

View File

@ -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);