From 9ed006d12f13fb0ce86a03e997b251f20c0f8822 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Sat, 11 May 2002 12:06:20 -0500 Subject: [svn-r5399] Purpose: Bug Fix Description: Missed adding the 'closing' parameter to one 'flush' function. Platforms tested: FreeBSD 4.5 (sleipnir) --- src/H5FDstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5FDstream.c b/src/H5FDstream.c index ac38c45..36aa705 100644 --- a/src/H5FDstream.c +++ b/src/H5FDstream.c @@ -898,7 +898,7 @@ static herr_t H5FD_stream_close (H5FD_t *_stream) FUNC_ENTER (H5FD_stream_close, FAIL); /* Flush */ - if (H5FD_stream_flush (_stream) != SUCCEED) + if (H5FD_stream_flush (_stream, TRUE) != SUCCEED) { HRETURN_ERROR (H5E_FILE, H5E_CANTFLUSH, FAIL, "unable to flush file"); } -- cgit v0.12