From 3b4e9573bc689e5b612669042179d44f2131b359 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 4 Oct 2019 10:47:46 -0700 Subject: Small bug in the unused code. --- src/map/scl/sclLiberty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/scl/sclLiberty.c b/src/map/scl/sclLiberty.c index cd28a607..91804bc5 100644 --- a/src/map/scl/sclLiberty.c +++ b/src/map/scl/sclLiberty.c @@ -730,7 +730,7 @@ Vec_Str_t * Scl_LibertyReadGenlibStr( Scl_Tree_t * p, int fVerbose ) // iterate through output pins Scl_ItemForEachChildName( p, pCell, pOutput, "pin" ) { - if ( (pFormula = Scl_LibertyReadPinFormula(p, pOutput)) ) + if ( !(pFormula = Scl_LibertyReadPinFormula(p, pOutput)) ) continue; if ( !strcmp(pFormula, "0") || !strcmp(pFormula, "1") ) { -- cgit v1.2.3