Modified to use f_new

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

View File

@@ -106,7 +106,7 @@ int main( void)
// Create a record object
if( (pDefRec = new FlmRecord) == NULL)
if( (pDefRec = f_new FlmRecord) == NULL)
{
rc = FERR_MEM;
goto Exit;