Renamed big-endian byte-swap macros to make their purpose clear.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@211 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -2067,7 +2067,7 @@ FSTATIC FLMINT OutputNonLeafElements(
|
||||
|
||||
if (uiBlkType == BHT_NON_LEAF_DATA)
|
||||
{
|
||||
uiFixedDrn = byteToLong( StateInfo.pElm);
|
||||
uiFixedDrn = flmBigEndianToUINT32( StateInfo.pElm);
|
||||
TempAddrPtr = &StateInfo.pElm [BNE_DATA_CHILD_BLOCK];
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user