Renamed big-endian byte-swap macros to make their purpose clear.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@207 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -425,7 +425,7 @@ FSTATIC RCODE bldAdjustNextDrn(
|
||||
|
||||
// Find the element whose DRN is DRN_LAST_MARKER
|
||||
|
||||
longToByte( DRN_LAST_MARKER, DrnMarker);
|
||||
flmUINT32ToBigEndian( DRN_LAST_MARKER, DrnMarker);
|
||||
if( RC_BAD( rc = FSBtSearch( pDb, pLFile, &pStack, DrnMarker,
|
||||
DIN_KEY_SIZ, 0)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user