Added a cast to get rid of a compiler warning.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1021 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -3398,7 +3398,7 @@ RCODE F_FileHdl::directRead(
|
||||
// one (if not already allocated), and use it.
|
||||
|
||||
if ((ui64ReadOffset & m_ui64NotOnSectorBoundMask) ||
|
||||
(((FLMUINT64)pucDestBuffer) & m_ui64NotOnSectorBoundMask) ||
|
||||
(((FLMUINT64)((FLMUINT)pucDestBuffer)) & m_ui64NotOnSectorBoundMask) ||
|
||||
(((FLMUINT64)uiBytesToRead & m_ui64NotOnSectorBoundMask)))
|
||||
{
|
||||
if( m_bRequireAlignedIO)
|
||||
|
||||
Reference in New Issue
Block a user