diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-12-13 17:51:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-12-13 17:51:09 (GMT) |
commit | 386be69a30f2ef8db94c32b1d9731fd379a4062a (patch) | |
tree | 593627dc4621a6ffb4ef874b739d0532fbd1dbac /src/H5Fquery.c | |
parent | 9eab6b3d1a5bb4932175ffd167a51a02236bd255 (diff) | |
download | hdf5-386be69a30f2ef8db94c32b1d9731fd379a4062a.zip hdf5-386be69a30f2ef8db94c32b1d9731fd379a4062a.tar.gz hdf5-386be69a30f2ef8db94c32b1d9731fd379a4062a.tar.bz2 |
HDFFV-9724 combine efc and vds into one function
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) |