FLAIM changes. Update to use more of the toolkit collation routines.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@781 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -1070,7 +1070,7 @@ RCODE FSBtNextElm(
|
||||
if (uiKeyLen + uiPKC <= pStack->uiKeyBufSize)
|
||||
{
|
||||
pStack->uiKeyLen = (uiKeyLen + uiPKC);
|
||||
f_memcpy( &pStack->pKeyBuf[uiPKC], &pCurElm[pStack->uiElmOvhd],
|
||||
f_memcpy( &pStack->pKeyBuf[ uiPKC], &pCurElm[ pStack->uiElmOvhd],
|
||||
uiKeyLen);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user