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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user