Updated support for AIX.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@729 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -679,7 +679,7 @@ Exit:
|
||||
|
||||
if (pLockFileHdl)
|
||||
{
|
||||
(void)pLockFileHdl->close();
|
||||
(void)pLockFileHdl->closeFile();
|
||||
pLockFileHdl->Release();
|
||||
pLockFileHdl = NULL;
|
||||
}
|
||||
@@ -891,7 +891,7 @@ FSTATIC RCODE flmCopyFile(
|
||||
|
||||
if (!bCreatedDestFile && bOkToTruncate)
|
||||
{
|
||||
if (RC_BAD( rc = pDestFileHdl->truncate( uiOffset)))
|
||||
if (RC_BAD( rc = pDestFileHdl->truncateFile( uiOffset)))
|
||||
{
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user