typo in call of h5_get_debug_level() fixed

This commit is contained in:
2010-07-01 13:01:02 +00:00
parent fb557952e9
commit aaf37f791f
+1 -1
View File
@@ -44,7 +44,7 @@ h5priv_error_handler (
hid_t estack_id,
void* __f
) {
if (h5_get_debuglevel () >= 5) {
if (h5_get_debug_level () >= 5) {
H5Eprint (estack_id, stderr);
}
return 0;