Renamed MAX_KEY_SIZ to XFLM_MAX_KEY_SIZE and move the define into xflaim.h.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@226 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -1166,7 +1166,7 @@ RCODE F_DataVector::inputKey(
|
||||
{
|
||||
RCODE rc = NE_XFLM_OK;
|
||||
const FLMBYTE * pucKeyEnd = pucKey + uiKeyLen;
|
||||
FLMBYTE ucDataBuf [MAX_KEY_SIZ];
|
||||
FLMBYTE ucDataBuf [XFLM_MAX_KEY_SIZE];
|
||||
FLMUINT uiDataLen;
|
||||
ICD * pIcd;
|
||||
FLMUINT uiLanguage = pIxd->uiLanguage;
|
||||
|
||||
Reference in New Issue
Block a user