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:
dsandersoremutah
2006-06-23 21:26:53 +00:00
parent e60875e316
commit 58d6cbdace
26 changed files with 1164 additions and 3920 deletions

View File

@@ -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)