diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/base/abci/abc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 1cdd493a..c0e85f25 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -4657,7 +4657,7 @@ int Abc_CommandMfs2( Abc_Frame_t * pAbc, int argc, char ** argv )              }              pPars->nGrowthLevel = atoi(argv[globalUtilOptind]);              globalUtilOptind++; -            if ( pPars->nGrowthLevel < 0 || pPars->nGrowthLevel > ABC_INFINITY ) +            if ( pPars->nGrowthLevel < -ABC_INFINITY || pPars->nGrowthLevel > ABC_INFINITY )                  goto usage;              break;          case 'C': | 
