Modified to use f_new

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@580 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-06-16 16:26:25 +00:00
parent 2d6addb969
commit d93aaf4943

View File

@@ -209,7 +209,7 @@ FLMINT ViewGetKey( void)
NumFields = 1;
}
if( (pKey = new FlmRecord) == NULL)
if( (pKey = f_new FlmRecord) == NULL)
{
rc = RC_SET( FERR_MEM);
ViewShowRCError( "creating key", rc);