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:
ahodgkinson
2006-08-21 20:54:23 +00:00
parent 84931997bb
commit da74b24733
16 changed files with 685 additions and 5975 deletions

View File

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