Commit 4ffc14fd by Alan Mishchenko

Small change to make &if not abort the scripts.

parent 3ad4be25
...@@ -33363,7 +33363,7 @@ int Abc_CommandAbc9If( Abc_Frame_t * pAbc, int argc, char ** argv ) ...@@ -33363,7 +33363,7 @@ int Abc_CommandAbc9If( Abc_Frame_t * pAbc, int argc, char ** argv )
{ {
if ( !Abc_FrameReadFlag("silentmode") ) if ( !Abc_FrameReadFlag("silentmode") )
Abc_Print( -1, "Empty GIA network.\n" ); Abc_Print( -1, "Empty GIA network.\n" );
return 1; return 0;
} }
if ( Gia_ManBufNum(pAbc->pGia) ) if ( Gia_ManBufNum(pAbc->pGia) )
{ {
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment