diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2016-08-08 12:38:21 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2016-08-08 12:38:21 -0700 |
commit | 713976f2cf07448212d997289714a12c976b010f (patch) | |
tree | 1ee9f97e69c42e66b03c810efde9b5fb3d8a6829 | |
parent | a819e33c6f4a3177fd164228b51b4b2b8448e294 (diff) | |
download | abc-713976f2cf07448212d997289714a12c976b010f.tar.gz abc-713976f2cf07448212d997289714a12c976b010f.tar.bz2 abc-713976f2cf07448212d997289714a12c976b010f.zip |
Enabled progress bar in the 'if' mapper (warning).
-rw-r--r-- | src/map/if/ifMap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |