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;