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:
ahodgkinson
2006-05-25 15:26:08 +00:00
parent abc5c5650e
commit 96edbc5f55
7 changed files with 19 additions and 27 deletions

View File

@@ -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)))
{