From 4fa5189caa933bf77ecf1092a41355e699a130b0 Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Mon, 16 Nov 1998 16:59:04 -0500 Subject: [svn-r917] The name was wrong in the FUNC_ENTER macro of one of the entries. --- src/H5Flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Flow.c b/src/H5Flow.c index 5b13715..7add2f9 100644 --- a/src/H5Flow.c +++ b/src/H5Flow.c @@ -577,7 +577,7 @@ H5F_low_alloc (H5F_low_t *lf, intn op, hsize_t alignment, hsize_t threshold, intn ret_value = FAIL; hsize_t wasted; - FUNC_ENTER (H5MF_acceptable, FAIL); + FUNC_ENTER (H5F_low_alloc, FAIL); assert (lf); assert (alignment>0); assert (size>0); -- cgit v0.12