Required updates due to FTK API changes.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@543 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-06-12 18:57:31 +00:00
parent d38be29699
commit ae120bfa92
8 changed files with 13 additions and 27 deletions

View File

@@ -136,13 +136,12 @@ RCODE F_Database::lgFlushLogBuffer(
m_pCurrLogBuffer->startTimer( pDbStats);
// NOTE: No guarantee that m_pCurrLogBuffer will still be around
// after the call to WriteBlock, unless we are doing
// after the call to writeBlock, unless we are doing
// non-asynchronous write.
rc = pSFileHdl->writeBlock( m_uiCurrLogBlkAddr,
m_uiCurrLogWriteOffset,
m_pCurrLogBuffer->getBuffer(),
m_pCurrLogBuffer->getBufferSize(),
pAsyncBuffer, &uiBytesWritten);
if (!pAsyncBuffer)
{