summaryrefslogtreecommitdiffstats
path: root/src/H5S.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5S.c')
-rw-r--r--src/H5S.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/H5S.c b/src/H5S.c
index bcbd64e..a5c7c9c 100644
--- a/src/H5S.c
+++ b/src/H5S.c
@@ -81,8 +81,8 @@ H5S_init_interface(void)
#ifdef HAVE_PARALLEL
{
/* Allow MPI buf-and-file-type optimizations? */
- const char *s = getenv ("HDF5_MPI_OPT_TYPES");
- if (s && isdigit(*s)) {
+ const char *s = HDgetenv ("HDF5_MPI_OPT_TYPES");
+ if (s && HDisdigit(*s)) {
H5_mpi_opt_types_g = (int)HDstrtol (s, NULL, 0);
}
}
@@ -113,11 +113,12 @@ static void
H5S_term_interface(void)
{
size_t i;
+
+#ifdef H5S_DEBUG
int j, nprints=0;
H5S_conv_t *path=NULL;
char buf[256];
-#ifdef H5S_DEBUG
/*
* Print statistics about each conversion path.
*/