From 69367a77130293cce580a77e5bfc579167341d30 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 17 Dec 2007 12:35:13 +0000 Subject: [PATCH] src/h5/errorhandling.c - "_err_handler" initialized with non-existing function --- src/h5/errorhandling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h5/errorhandling.c b/src/h5/errorhandling.c index 9ff4e9d..65a820e 100644 --- a/src/h5/errorhandling.c +++ b/src/h5/errorhandling.c @@ -12,7 +12,7 @@ #include "H5PartErrors.h" #include "H5.h" -h5part_error_handler _err_handler = H5PartReportErrorHandler; +h5part_error_handler _err_handler = H5_report_errorhandler; h5part_int64_t _h5part_errno = H5PART_SUCCESS; h5part_int64_t _debug = 0;