From e80027ab8981003215a10a4850c44f57fa343297 Mon Sep 17 00:00:00 2001 From: "M. Scot Breitenfeld" Date: Thu, 26 Oct 2017 10:36:52 -0500 Subject: fixed merge with develop issues --- src/H5PL.c | 4 ++-- 1 file 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) -- cgit v0.12