XFLAIM change. Needed to pass uiFileOpenFlags and uiFileCreateFlags into various calls.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@673 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -990,8 +990,7 @@ RCODE F_Rfl::openFile(
|
||||
// Open the file.
|
||||
|
||||
if (RC_BAD( rc = gv_XFlmSysData.pFileSystem->openFile( szRflFileName,
|
||||
FLM_IO_RDWR | FLM_IO_SH_DENYNONE | FLM_IO_DIRECT,
|
||||
&m_pFileHdl)))
|
||||
gv_XFlmSysData.uiFileOpenFlags, &m_pFileHdl)))
|
||||
{
|
||||
goto Exit;
|
||||
}
|
||||
@@ -1115,8 +1114,7 @@ RCODE F_Rfl::createFile(
|
||||
// Create the file
|
||||
|
||||
if (RC_BAD( rc = gv_XFlmSysData.pFileSystem->createFile( szRflFileName,
|
||||
FLM_IO_RDWR | FLM_IO_EXCL | FLM_IO_SH_DENYNONE | FLM_IO_DIRECT,
|
||||
&m_pFileHdl)))
|
||||
gv_XFlmSysData.uiFileCreateFlags, &m_pFileHdl)))
|
||||
{
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user