diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-01-02 20:37:25 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-01-02 20:37:25 (GMT) |
commit | d31b45766fa5bdbb7245cf5aa9444c9e6c6ca863 (patch) | |
tree | 9a13b5ed0513c16f752e2ab98ac245d6ededaf8f /src/H5Fquery.c | |
parent | 08f7c97077585f9a9c36dc9c6f976e53fafdc690 (diff) | |
parent | 17b8f0bb936633f01bf6deba247e37bcadbc6b82 (diff) | |
download | hdf5-d31b45766fa5bdbb7245cf5aa9444c9e6c6ca863.zip hdf5-d31b45766fa5bdbb7245cf5aa9444c9e6c6ca863.tar.gz hdf5-d31b45766fa5bdbb7245cf5aa9444c9e6c6ca863.tar.bz2 |
Merge pull request #840 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '17b8f0bb936633f01bf6deba247e37bcadbc6b82':
Fix valgrind issues
HDFFV-9724 init var to null
HDFFV-9724 add valgrind ENV
Fix memory leak due to addition of FORMAT check loop
HDFFV-9724 prefix of 0 length should be null value
HDFFV-9724 Corrected files and verified tests
Add library INTERFACE and MPI to tools
Diffstat (limited to 'src/H5Fquery.c')
-rw-r--r-- | src/H5Fquery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fquery.c b/src/H5Fquery.c index 61b4183..4765d00 100644 --- a/src/H5Fquery.c +++ b/src/H5Fquery.c @@ -144,7 +144,7 @@ H5F_get_actual_name(const H5F_t *f) * Function: H5F_get_extpath * * Purpose: Retrieve the file's 'extpath' flags - * This is used by H5L_extern_traverse() and H5D_build_extfile_prefix() to retrieve the main file's location + * This is used by H5L_extern_traverse() and H5D_build_file_prefix() to retrieve the main file's location * when searching the target file. * * Return: 'extpath' on success/abort on failure (shouldn't fail) |