summaryrefslogtreecommitdiffstats
path: root/src/H5Eprivate.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-01-13 22:03:49 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-01-13 22:03:49 (GMT)
commit61b6ca5a3d4c73ebe4e49e6b0b702149653f21f0 (patch)
treeca52d408dd86eabd3b28ba43525668333b33b410 /src/H5Eprivate.h
parent5236a028acd3aeb94c2dff712178fc8f991d21fe (diff)
downloadhdf5-61b6ca5a3d4c73ebe4e49e6b0b702149653f21f0.zip
hdf5-61b6ca5a3d4c73ebe4e49e6b0b702149653f21f0.tar.gz
hdf5-61b6ca5a3d4c73ebe4e49e6b0b702149653f21f0.tar.bz2
[svn-r28893] Merge of r28863, 28872, 28874, 28879, 28880, 28889 from revise_chunks.
Brings all recent changes from trunk/revise_chunks. autogen.sh -p run on THG machines. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 cmake serial w/ C++ and Fortran autotools serial w/ C++ and Fortran autotools parallel w/ Fortran
Diffstat (limited to 'src/H5Eprivate.h')
-rw-r--r--src/H5Eprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Eprivate.h b/src/H5Eprivate.h
index ba17ada..db413e3 100644
--- a/src/H5Eprivate.h
+++ b/src/H5Eprivate.h
@@ -125,7 +125,7 @@ extern int H5E_mpi_error_str_len;
#define HMPI_ERROR(mpierr){ \
MPI_Error_string(mpierr, H5E_mpi_error_str, &H5E_mpi_error_str_len); \
- HERROR(H5E_INTERNAL, H5E_MPIERRSTR, H5E_mpi_error_str); \
+ HERROR(H5E_INTERNAL, H5E_MPIERRSTR, "%s", H5E_mpi_error_str); \
}
#define HMPI_DONE_ERROR(retcode, str, mpierr){ \
HMPI_ERROR(mpierr); \