f_UINT32ToByte is now F_UINT32ToBigEndian

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@462 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-05-25 15:29:17 +00:00
parent 8af6469415
commit aceb9d0b9d

View File

@@ -133,7 +133,7 @@ FLMBOOL ViewGetKey( void)
{
goto Exit;
}
f_UINT32ToByte( ui32Num, gv_ucViewSearchKey);
f_UINT32ToBigEndian( ui32Num, gv_ucViewSearchKey);
gv_uiViewSearchKeyLen = 4;
bOk = TRUE;
goto Exit;