From 6248a5804664a1ae1bc6f77cdafd116720050bbe Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 20 Nov 2001 16:08:58 -0500 Subject: [svn-r4628] Purpose: Fix typo... Description: Copy & paste error... :-) Platforms tested: FreeBSD 4.4 (hawkwind) --- src/H5Shyper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Shyper.c b/src/H5Shyper.c index 83121ae..b72020e 100644 --- a/src/H5Shyper.c +++ b/src/H5Shyper.c @@ -6292,7 +6292,7 @@ H5S_hyper_select_iterate(void *buf, hid_t type_id, H5S_t *space, H5D_operator_t /* Get the datatype size */ if (NULL==(dt=H5I_object(type_id))) HRETURN_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "not an valid base datatype"); - elem_size=H5T_get_size(dt); + elmt_size=H5T_get_size(dt); /* Construct iterator for hyperslab selection */ if (H5S_hyper_init(space, elmt_size, &iter)<0) -- cgit v0.12