C++ compiler typecast problem.

This commit is contained in:
Alan Mishchenko 2015-07-08 08:42:15 -07:00
parent 095cf5e8b6
commit 4f2d2e0e96
1 changed files with 1 additions and 1 deletions

View File

@ -33442,7 +33442,7 @@ int Abc_CommandAbc9Mf( Abc_Frame_t * pAbc, int argc, char ** argv )
return 1;
}
if ( pPars->fGenCnf )
Cnf_DataFree( pAbc->pGia->pData ), pAbc->pGia->pData = NULL;
Cnf_DataFree( (Cnf_Dat_t*)pAbc->pGia->pData ), pAbc->pGia->pData = NULL;
Abc_FrameUpdateGia( pAbc, pNew );
return 0;