Solaris async I/O changes.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@541 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-06-12 18:29:26 +00:00
parent 7b20027e35
commit b49776010b
10 changed files with 26 additions and 53 deletions

View File

@@ -289,7 +289,7 @@ FSTATIC void _flmDbgLogFlush( void)
uiBytesToWrite = uiTotalToWrite;
}
if( RC_BAD( rc = g_pLogFile->SectorWrite(
if( RC_BAD( rc = g_pLogFile->sectorWrite(
g_uiLogFileOffset, uiBytesToWrite,
pszBufPtr, uiBufferSize, NULL, &uiBytesWritten, FALSE)))
{