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:
@@ -130,7 +130,7 @@ F_Db::F_Db(
|
||||
m_pKrefReset = NULL;
|
||||
|
||||
m_tmpKrefPool.poolInit( 8192);
|
||||
m_TempPool.poolInit( MAX_KEY_SIZ * 4);
|
||||
m_TempPool.poolInit( XFLM_MAX_KEY_SIZE * 4);
|
||||
}
|
||||
|
||||
/***************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user