FLAIM change. Fixed compile error in view.cpp.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@682 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-07-19 19:37:53 +00:00
parent 4a5ee4d53e
commit e9c33f96e4

View File

@@ -650,7 +650,9 @@ Get_File_Name:
goto Exit;
}
if (RC_BAD( rc = gv_pSFileHdl->setup( pSFileClient, NULL, TRUE)))
if (RC_BAD( rc = gv_pSFileHdl->setup( pSFileClient,
gv_FlmSysData.pFileHdlCache,
gv_FlmSysData.uiFileOpenFlags, gv_FlmSysData.uiFileCreateFlags)))
{
ViewShowRCError( "setting up super file handle", rc);
goto Exit;