diff options
Diffstat (limited to 'src/bool/lucky/luckySwap.c')
-rw-r--r-- | src/bool/lucky/luckySwap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bool/lucky/luckySwap.c b/src/bool/lucky/luckySwap.c index b301d9a0..88ee63e1 100644 --- a/src/bool/lucky/luckySwap.c +++ b/src/bool/lucky/luckySwap.c @@ -254,7 +254,7 @@ unsigned Kit_TruthSemiCanonicize_Yasha1( word* pInOut, int nVars, char * pCanon if ( nOnes == nWords * 32 ) uCanonPhase |= (1 << (nVars+2)); - if ( (nOnes > nWords * 32) ) + else if ( (nOnes > nWords * 32) ) { uCanonPhase |= (1 << nVars); Kit_TruthNot_64bit( pInOut, nVars ); |