Small change to make &if not abort the scripts.

This commit is contained in:
Alan Mishchenko 2016-07-04 23:54:07 -07:00
parent 3ad4be259e
commit 4ffc14fd56
1 changed files with 1 additions and 1 deletions

View File

@ -33363,7 +33363,7 @@ int Abc_CommandAbc9If( Abc_Frame_t * pAbc, int argc, char ** argv )
{
if ( !Abc_FrameReadFlag("silentmode") )
Abc_Print( -1, "Empty GIA network.\n" );
return 1;
return 0;
}
if ( Gia_ManBufNum(pAbc->pGia) )
{