From af6b797b313d08e9b3371f581cdc4a624dca3b96 Mon Sep 17 00:00:00 2001 From: dsandersoremutah Date: Tue, 11 Jul 2006 16:25:17 +0000 Subject: [PATCH] Changed how super file handle is set up - for direct io mode. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@649 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- flaim/util/view.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flaim/util/view.cpp b/flaim/util/view.cpp index 6300a04..1fece33 100644 --- a/flaim/util/view.cpp +++ b/flaim/util/view.cpp @@ -650,7 +650,7 @@ Get_File_Name: goto Exit; } - if (RC_BAD( rc = gv_pSFileHdl->setup( pSFileClient))) + if (RC_BAD( rc = gv_pSFileHdl->setup( pSFileClient, NULL, TRUE))) { ViewShowRCError( "setting up super file handle", rc); goto Exit; @@ -670,7 +670,7 @@ Get_File_Name: } } - gv_pSFileHdl->releaseFiles( TRUE); + gv_pSFileHdl->releaseFiles(); if (RC_BAD( rc = FlmDbOpen( gv_szViewFileName, gv_szDataDir, gv_szRflDir, FO_DONT_REDO_LOG,