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:
@@ -4319,13 +4319,13 @@ RCODE flmColText2StorageText(
|
||||
{
|
||||
// If it won't fit, allocate a new buffer
|
||||
|
||||
if( RC_BAD( rc = f_alloc( MAX_KEY_SIZ * 2, &pucWPPtr)))
|
||||
if( RC_BAD( rc = f_alloc( XFLM_MAX_KEY_SIZE * 2, &pucWPPtr)))
|
||||
{
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
pucAllocatedWSPtr = pucWPPtr;
|
||||
uiMaxWPBytes = uiWPStrLen = MAX_KEY_SIZ * 2;
|
||||
uiMaxWPBytes = uiWPStrLen = XFLM_MAX_KEY_SIZE * 2;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user