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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user