summaryrefslogtreecommitdiffstats
path: root/src/base/abci
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-08-29 14:41:01 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-08-29 14:41:01 -0700
commita495163f74ee677bf9199bd5be8118c32f65e66a (patch)
tree4a92dc7d96fd149d65a3bd2c5dd041ee7aa8c3bf /src/base/abci
parenteec022ea644ce0430d3f7c5259c72f850338f987 (diff)
downloadabc-a495163f74ee677bf9199bd5be8118c32f65e66a.tar.gz
abc-a495163f74ee677bf9199bd5be8118c32f65e66a.tar.bz2
abc-a495163f74ee677bf9199bd5be8118c32f65e66a.zip
Buf fixes and minor changes to the &if mapper.
Diffstat (limited to 'src/base/abci')
-rw-r--r--src/base/abci/abc.c2
1 files changed, 1 insertions, 1 deletions
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;