From 4ffc14fd56b0f32351adffeec062c9086c5b9cb5 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 4 Jul 2016 23:54:07 -0700 Subject: Small change to make &if not abort the scripts. --- src/base/abci/abc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 2b095162..c5a1ee3f 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -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) ) { -- cgit v1.2.3