Changed code to use a single FlmDbSystem object. Fixed utilities so that they build using FTK.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@405 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -256,9 +256,7 @@ Exit:
|
||||
{
|
||||
if (bDatabaseCreated)
|
||||
{
|
||||
F_DbSystem dbSystem;
|
||||
|
||||
dbSystem.dbRemove( pszFilePath, pszDataDir, pszRflDir, TRUE);
|
||||
gv_pXFlmDbSystem->dbRemove( pszFilePath, pszDataDir, pszRflDir, TRUE);
|
||||
}
|
||||
}
|
||||
else if( uiRflToken)
|
||||
|
||||
Reference in New Issue
Block a user