From 713976f2cf07448212d997289714a12c976b010f Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 8 Aug 2016 12:38:21 -0700 Subject: Enabled progress bar in the 'if' mapper (warning). --- src/map/if/ifMap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/if/ifMap.c') diff --git a/src/map/if/ifMap.c b/src/map/if/ifMap.c index 27a2820d..51865851 100644 --- a/src/map/if/ifMap.c +++ b/src/map/if/ifMap.c @@ -584,7 +584,7 @@ void If_ObjPerformMappingChoice( If_Man_t * p, If_Obj_t * pObj, int Mode, int fP ***********************************************************************/ int If_ManPerformMappingRound( If_Man_t * p, int nCutsUsed, int Mode, int fPreprocess, int fFirst, char * pLabel ) { - ProgressBar * pProgress; + ProgressBar * pProgress = NULL; If_Obj_t * pObj; int i; abctime clk = Abc_Clock(); -- cgit v1.2.3