From a871e7279206d0248a9ee30b8f781dcc22311972 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 14 May 2002 18:01:07 -0500 Subject: [svn-r5421] Description: Corrected typos in the FUNC_ENTER macros of H5FD_sec2_flush and H5FD_log_flush. Platforms tested: modi4 (just tested it compiled fine.) --- src/H5FDlog.c | 2 +- src/H5FDsec2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5FDlog.c b/src/H5FDlog.c index f5293e0..67d3a0b 100644 --- a/src/H5FDlog.c +++ b/src/H5FDlog.c @@ -1016,7 +1016,7 @@ H5FD_log_flush(H5FD_t *_file) { H5FD_log_t *file = (H5FD_log_t*)_file; - FUNC_ENTER(H5FD_log_seek, FAIL); + FUNC_ENTER(H5FD_log_flush, FAIL); if (file->eoa>file->eof) { if (-1==file_seek(file->fd, (file_offset_t)(file->eoa-1), SEEK_SET)) diff --git a/src/H5FDsec2.c b/src/H5FDsec2.c index 5e80cb9..06a5e49 100644 --- a/src/H5FDsec2.c +++ b/src/H5FDsec2.c @@ -711,7 +711,7 @@ H5FD_sec2_flush(H5FD_t *_file) { H5FD_sec2_t *file = (H5FD_sec2_t*)_file; - FUNC_ENTER(H5FD_sec2_seek, FAIL); + FUNC_ENTER(H5FD_sec2_flush, FAIL); if (file->eoa>file->eof) { if (-1==file_seek(file->fd, (file_offset_t)(file->eoa-1), SEEK_SET)) -- cgit v0.12