summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-10-26 15:36:52 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-10-26 15:36:52 (GMT)
commite80027ab8981003215a10a4850c44f57fa343297 (patch)
tree8af4df48300a867a86b51700e403ab594bfd3326 /src
parent59e7c7703e62717e7bf482bec2bbad52aada3c80 (diff)
downloadhdf5-e80027ab8981003215a10a4850c44f57fa343297.zip
hdf5-e80027ab8981003215a10a4850c44f57fa343297.tar.gz
hdf5-e80027ab8981003215a10a4850c44f57fa343297.tar.bz2
fixed merge with develop issues
Diffstat (limited to 'src')
-rw-r--r--src/H5PL.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5PL.c b/src/H5PL.c
index be12db5..bd02bf3 100644
--- a/src/H5PL.c
+++ b/src/H5PL.c
@@ -209,13 +209,13 @@ done:
*-------------------------------------------------------------------------
*/
herr_t
-H5PLreplace(const char *plugin_path, unsigned int index)
+H5PLreplace(const char *search_path, unsigned int index)
{
unsigned num_paths; /* Current number of stored paths */
herr_t ret_value = SUCCEED; /* Return value */
FUNC_ENTER_API(FAIL)
- H5TRACE2("e", "*sIu", plugin_path, index);
+ H5TRACE2("e", "*sIu", search_path, index);
/* Check args */
if (NULL == search_path)