From e6e6a3cf9ecfccf71cba45273ea866e7e2526f0a Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 1 Oct 2011 17:00:59 +0700 Subject: Changes to the matching procedure. --- src/map/if/ifDec08.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/if/ifDec08.c') diff --git a/src/map/if/ifDec08.c b/src/map/if/ifDec08.c index b5dc52c0..53aa9ff1 100644 --- a/src/map/if/ifDec08.c +++ b/src/map/if/ifDec08.c @@ -478,7 +478,7 @@ printf( "\n" ); SeeAlso [] ***********************************************************************/ -int If_CutPerformCheck08( unsigned * pTruth, int nVars, int nLeaves ) +int If_CutPerformCheck08( unsigned * pTruth, int nVars, int nLeaves, char * pStr ) { int nSupp, fDerive = 0; word z[2] = {0}, pF[16]; -- cgit v1.2.3