summaryrefslogtreecommitdiffstats
path: root/perform/overhead.c
diff options
context:
space:
mode:
Diffstat (limited to 'perform/overhead.c')
-rw-r--r--perform/overhead.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perform/overhead.c b/perform/overhead.c
index efedb4c..42d9d92 100644
--- a/perform/overhead.c
+++ b/perform/overhead.c
@@ -168,7 +168,7 @@ display_error_cb (hid_t estack, void UNUSED *client_data)
#ifdef H5_WANT_H5_V1_6_COMPAT
H5Eprint(stdout);
#else
- H5Eprint(H5E_DEFAULT, stdout);
+ H5Eprint(estack, stdout);
#endif /* H5_WANT_H5_V1_6_COMPAT */
return 0;