src/h5/errorhandling.c

- "_err_handler" initialized with non-existing function
This commit is contained in:
2007-12-17 12:35:13 +00:00
parent 89bdeb1459
commit 69367a7713
+1 -1
View File
@@ -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;