summaryrefslogtreecommitdiffstats
path: root/src/H5Fquery.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-04-15 04:18:02 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-04-15 04:18:02 (GMT)
commit58382379be519527e74343dade9efc5bed6f81b3 (patch)
tree31bd36c36fbc363d72a15af8a882c2b87ae204e8 /src/H5Fquery.c
parentb79b00dbfc603b8a70c0cf50585e07c15da8b7d2 (diff)
downloadhdf5-58382379be519527e74343dade9efc5bed6f81b3.zip
hdf5-58382379be519527e74343dade9efc5bed6f81b3.tar.gz
hdf5-58382379be519527e74343dade9efc5bed6f81b3.tar.bz2
[svn-r29702] Merged r29182 and 29183 from the trunk.
Fixes HDFFV-8740 (external file storage relative path fix). Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools w/ C++ & Fortran parallel autotools (MPICH 3.1.4) w/ Fortran serial CMake
Diffstat (limited to 'src/H5Fquery.c')
-rw-r--r--src/H5Fquery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fquery.c b/src/H5Fquery.c
index 6a8c21b..6ce211e 100644
--- a/src/H5Fquery.c
+++ b/src/H5Fquery.c
@@ -158,7 +158,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() to retrieve the main file's location
+ * This is used by H5L_extern_traverse() and H5D_build_extfile_prefix() to retrieve the main file's location
* when searching the target file.
*
* Return: 'extpath' on success/abort on failure (shouldn't fail)