Sync up with latest common toolkit changes.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@612 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -1163,9 +1163,9 @@ RCODE F_Db::getDiskSpaceUsage(
|
||||
|
||||
// Open the file and get its size.
|
||||
|
||||
if (RC_BAD( rc = gv_SFlmSysData.pFileSystem->openBlockFile(
|
||||
if (RC_BAD( rc = gv_SFlmSysData.pFileSystem->openFile(
|
||||
szTmpName, FLM_IO_RDWR | FLM_IO_SH_DENYNONE | FLM_IO_DIRECT,
|
||||
512, &pFileHdl)))
|
||||
&pFileHdl)))
|
||||
{
|
||||
if (rc == NE_FLM_IO_PATH_NOT_FOUND ||
|
||||
rc == NE_FLM_IO_INVALID_FILENAME)
|
||||
|
||||
Reference in New Issue
Block a user