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
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user