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:
ahodgkinson
2006-03-23 23:19:26 +00:00
parent abd5f1a33a
commit 08f367ee2f
2 changed files with 3 additions and 3 deletions

View File

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