Changed FLM_IO_MISALIGNED_OK to be FLM_IO_NO_MISALIGNED.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@689 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -235,7 +235,7 @@ Retry_Create:
|
||||
|
||||
if( bDoDirectIO)
|
||||
{
|
||||
if( (uiIoFlags & FLM_IO_MISALIGNED_OK) == 0)
|
||||
if( uiIoFlags & FLM_IO_NO_MISALIGNED)
|
||||
{
|
||||
m_bRequireAlignedIO = TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user