diff options
Diffstat (limited to 'src/map')
-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 ); |