Changes to use new endian inlines from FTK.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@460 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -432,7 +432,7 @@ RCODE F_Query::addToResultSet( void)
|
||||
|
||||
flmAssert( m_bPositioningEnabled);
|
||||
ui32Count++;
|
||||
f_UINT32ToByte( ui32Count, ucKey);
|
||||
f_UINT32ToBigEndian( ui32Count, ucKey);
|
||||
pucTmp = &ucKey [4];
|
||||
if (RC_BAD( rc = m_pCurrDoc->getDocumentId( (IF_Db *)m_pDb, &ui64DocId)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user