summaryrefslogtreecommitdiffstats
path: root/src/H5PLint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5PLint.c')
-rw-r--r--src/H5PLint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5PLint.c b/src/H5PLint.c
index 86103b4..23eec72 100644
--- a/src/H5PLint.c
+++ b/src/H5PLint.c
@@ -141,7 +141,7 @@ H5PL_init(void)
* H5PLpublic.h) means we don't want to load plugins.
*/
if (NULL != (env_var = HDgetenv(HDF5_PLUGIN_PRELOAD)))
- if (!HDstrcmp(env_var, H5PL_NO_PLUGIN)) {
+ if (!strcmp(env_var, H5PL_NO_PLUGIN)) {
H5PL_plugin_control_mask_g = 0;
H5PL_allow_plugins_g = false;
}