From a495163f74ee677bf9199bd5be8118c32f65e66a Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 29 Aug 2013 14:41:01 -0700 Subject: Buf fixes and minor changes to the &if mapper. --- src/base/abci/abc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/abci') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 8eb896bc..55872a52 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -29476,7 +29476,7 @@ int Abc_CommandAbc9If( Abc_Frame_t * pAbc, int argc, char ** argv ) Abc_Print( -1, "Switches -f and -u are not compatible.\n" ); return 1; } - if ( pPars->nLutSize < 6 || pPars->nLutSize > 8 ) + if ( pPars->nLutSize < 5 || pPars->nLutSize > 8 ) { Abc_Print( -1, "This feature only works for {6,7,8}-LUTs.\n" ); return 1; -- cgit v1.2.3