diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2012-12-11 22:37:34 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2012-12-11 22:37:34 -0800 |
commit | 72d1151231ce0b392ea29610b72db89732356939 (patch) | |
tree | 6a23ed7f639a2099c93a233385cc35a90bacc06d /src/map/if | |
parent | ff62cd8349f14f6ff62cbe962c43c4b2739f0518 (diff) | |
download | abc-72d1151231ce0b392ea29610b72db89732356939.tar.gz abc-72d1151231ce0b392ea29610b72db89732356939.tar.bz2 abc-72d1151231ce0b392ea29610b72db89732356939.zip |
Improvements to DSD manager.
Diffstat (limited to 'src/map/if')
-rw-r--r-- | src/map/if/ifMan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/if/ifMan.c b/src/map/if/ifMan.c index 1cc92def..9f9e360e 100644 --- a/src/map/if/ifMan.c +++ b/src/map/if/ifMan.c @@ -165,7 +165,7 @@ void If_ManStop( If_Man_t * p ) // Abc_NamPrint( p->pNamDsd ); Abc_NamStop( p->pNamDsd ); */ - Dss_ManPrint( p->pDsdMan ); + Dss_ManPrint( NULL, p->pDsdMan ); Dss_ManFree( p->pDsdMan ); } // Abc_PrintTime( 1, "Truth", p->timeTruth ); |