summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-12-25 21:17:52 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-12-25 21:17:52 (GMT)
commitdaece6fc9199eec5f1859436632b977247753aad (patch)
treed1d1b205e3e336be8479648665112d92b89409cb /testpar/testphdf5.c
parent768ff478d850bd6b63345a4a1850bf103d070134 (diff)
downloadhdf5-daece6fc9199eec5f1859436632b977247753aad.zip
hdf5-daece6fc9199eec5f1859436632b977247753aad.tar.gz
hdf5-daece6fc9199eec5f1859436632b977247753aad.tar.bz2
[svn-r7977] Purpose:
A small correction of the old_func declaration. Platforms tested: Only in eirene(pp) since it is trivial. Misc. update:
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index 7c829c5..3472d10 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -36,7 +36,7 @@ int ngroups = 512; /* number of groups to create in root
* group. */
int facc_type = FACC_MPIO; /*Test file access type */
-herr_t (*old_func)(void*); /* previous error handler */
+H5E_auto_t old_func; /* previous error handler */
void *old_client_data; /* previous error handler arg.*/
/* other option flags */