C++ compiler errors.

This commit is contained in:
Alan Mishchenko 2013-05-04 20:34:25 -07:00
parent 744d35d029
commit af6442a3ed
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ void Inter_ManClean( Inter_Man_t * p )
***********************************************************************/
void Inter_ManInterDump( Inter_Man_t * p, int fProved )
{
char * pFileName = p->pFileName ? p->pFileName : "invar.aig";
char * pFileName = p->pFileName ? p->pFileName : (char *)"invar.aig";
Aig_Man_t * pMan;
pMan = Aig_ManDupArray( p->vInters );
Ioa_WriteAiger( pMan, pFileName, 0, 0 );