From a7d4397b79916285889a63032e58eda314f828dc Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 13 Feb 2012 10:14:35 -0500 Subject: [svn-r21932] Description: Correct misnamed FUNC_ENTER macro. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug, production & parallel (too minor to require h5committest) --- src/H5FDdirect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5FDdirect.c b/src/H5FDdirect.c index fc28a41..218a1dd 100644 --- a/src/H5FDdirect.c +++ b/src/H5FDdirect.c @@ -835,7 +835,7 @@ H5FD_direct_get_eof(const H5FD_t *_file) { const H5FD_direct_t *file = (const H5FD_direct_t*)_file; - FUNC_ENTER_NOAPI(HADDR_UNDEF) + FUNC_ENTER_NOAPI_NOINIT FUNC_LEAVE_NOAPI(MAX(file->eof, file->eoa)) } -- cgit v0.12