XFLAIM modifications to use FTK.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@383 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -80,7 +80,7 @@ void flmDbgLogInit( void)
|
||||
|
||||
// Create the file - truncate if it exists already.
|
||||
|
||||
if( RC_BAD( rc = gv_pFileSystem->Create( szLogPath,
|
||||
if( RC_BAD( rc = gv_XFlmSysData.pFileSystem->Create( szLogPath,
|
||||
XFLM_IO_RDWR | XFLM_IO_SH_DENYNONE | XFLM_IO_DIRECT, &g_pLogFile)))
|
||||
{
|
||||
goto Exit;
|
||||
|
||||
Reference in New Issue
Block a user