From d93aaf4943bcd83de46f904e72bcde95d6a5eaf9 Mon Sep 17 00:00:00 2001 From: dsandersoremutah Date: Fri, 16 Jun 2006 16:26:25 +0000 Subject: [PATCH] Modified to use f_new git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@580 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- flaim/util/viewsrch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flaim/util/viewsrch.cpp b/flaim/util/viewsrch.cpp index b709ab7..076ea67 100644 --- a/flaim/util/viewsrch.cpp +++ b/flaim/util/viewsrch.cpp @@ -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);