diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2018-07-16 04:35:54 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2018-07-16 04:35:54 (GMT) |
commit | 0f6d0803ef7af2194c5bc4a8a4e9608e2e94631e (patch) | |
tree | 29de504c3d8bfd9d6a20f7a88b71982fd94f698c /test | |
parent | fafa49ef7fcced8d1cfe17305a66b07b95d11813 (diff) | |
parent | 863148d1fe0b6949708698ad9277dbdba8129e0c (diff) | |
download | hdf5-0f6d0803ef7af2194c5bc4a8a4e9608e2e94631e.zip hdf5-0f6d0803ef7af2194c5bc4a8a4e9608e2e94631e.tar.gz hdf5-0f6d0803ef7af2194c5bc4a8a4e9608e2e94631e.tar.bz2 |
Merge pull request #1128 in HDFFV/hdf5 from HDFFV-10525-typo-in-vds.c to develop
* commit '863148d1fe0b6949708698ad9277dbdba8129e0c':
fixed typo.
Diffstat (limited to 'test')
-rw-r--r-- | test/vds.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ vds_select_equal(hid_t space1, hid_t space2) if(npoints1 != npoints2) 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. */ if(NULL == (buf1 = (hsize_t *)HDmalloc((size_t)rank1 * (size_t)npoints1 * sizeof(hsize_t)))) TEST_ERROR |