From aaf37f791f0f4607935d9328be2d80f1cf102f3c Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 1 Jul 2010 13:01:02 +0000 Subject: [PATCH] typo in call of h5_get_debug_level() fixed --- src/h5core/h5_openclose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h5core/h5_openclose.c b/src/h5core/h5_openclose.c index de0a2d6..95c06cc 100644 --- a/src/h5core/h5_openclose.c +++ b/src/h5core/h5_openclose.c @@ -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;