mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
Merge pull request #1128 in HDFFV/hdf5 from HDFFV-10525-typo-in-vds.c to develop
* commit '863148d1fe0b6949708698ad9277dbdba8129e0c': fixed typo.
This commit is contained in:
commit
0f6d0803ef
@ -115,7 +115,7 @@ vds_select_equal(hid_t space1, hid_t space2)
|
|||||||
if(npoints1 != npoints2)
|
if(npoints1 != npoints2)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
/* Allocate point lists. Do not return directly afer
|
/* Allocate point lists. Do not return directly after
|
||||||
* allocating, to make sure buffers are freed. */
|
* allocating, to make sure buffers are freed. */
|
||||||
if(NULL == (buf1 = (hsize_t *)HDmalloc((size_t)rank1 * (size_t)npoints1 * sizeof(hsize_t))))
|
if(NULL == (buf1 = (hsize_t *)HDmalloc((size_t)rank1 * (size_t)npoints1 * sizeof(hsize_t))))
|
||||||
TEST_ERROR
|
TEST_ERROR
|
||||||
|
Loading…
Reference in New Issue
Block a user