src/h5/errorhandling.c
- "_err_handler" initialized with non-existing function
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user