From b9abf9c00c02feb52a2c796199343acebe20d8ef Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 9 Dec 2006 08:01:00 -0800 Subject: Version abc61209 --- src/map/if/ifSeq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/if/ifSeq.c') diff --git a/src/map/if/ifSeq.c b/src/map/if/ifSeq.c index bc4ab806..ac2754c0 100644 --- a/src/map/if/ifSeq.c +++ b/src/map/if/ifSeq.c @@ -58,7 +58,7 @@ int If_ManPerformMappingSeq( If_Man_t * p ) pObj->EstRefs = (float)1.0; // delay oriented mapping p->pPars->fFancy = 1; - If_ManPerformMappingRound( p, p->pPars->nCutsMax, 0, 0 ); + If_ManPerformMappingRound( p, p->pPars->nCutsMax, 0, 0, NULL ); p->pPars->fFancy = 0; // perform iterations over the circuit -- cgit v1.2.3