summaryrefslogtreecommitdiffstats
path: root/src/map/if/ifMan.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-12-11 22:37:34 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2012-12-11 22:37:34 -0800
commit72d1151231ce0b392ea29610b72db89732356939 (patch)
tree6a23ed7f639a2099c93a233385cc35a90bacc06d /src/map/if/ifMan.c
parentff62cd8349f14f6ff62cbe962c43c4b2739f0518 (diff)
downloadabc-72d1151231ce0b392ea29610b72db89732356939.tar.gz
abc-72d1151231ce0b392ea29610b72db89732356939.tar.bz2
abc-72d1151231ce0b392ea29610b72db89732356939.zip
Improvements to DSD manager.
Diffstat (limited to 'src/map/if/ifMan.c')
-rw-r--r--src/map/if/ifMan.c2
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 );