Added support for storing 64 bit numbers
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@805 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -1413,7 +1413,7 @@ FSTATIC RCODE bldGetOneRec(
|
||||
{
|
||||
if (!pStateInfo->uiEncId)
|
||||
{
|
||||
eCorruptionCode = flmVerifyField( pValue,
|
||||
eCorruptionCode = flmVerifyField( pStateInfo, pValue,
|
||||
pStateInfo->uiFieldLen,
|
||||
pStateInfo->uiFieldType);
|
||||
}
|
||||
@@ -1431,7 +1431,7 @@ FSTATIC RCODE bldGetOneRec(
|
||||
{
|
||||
goto Exit;
|
||||
}
|
||||
eCorruptionCode = flmVerifyField( pData,
|
||||
eCorruptionCode = flmVerifyField( pStateInfo, pData,
|
||||
pStateInfo->uiFieldLen,
|
||||
pStateInfo->uiFieldType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user