Commit 32e58b88 by Alan Mishchenko

Fixing a typo.

parent 60bb6dbf
......@@ -22991,7 +22991,7 @@ int Abc_CommandFold( Abc_Frame_t * pAbc, int argc, char ** argv )
}
if ( Abc_NtkConstrNum(pNtk) == 0 )
{
Abc_Print( -1, "The network has no constraints.\n" );
Abc_Print( 0, "The network has no constraints.\n" );
return 0;
}
if ( Abc_NtkIsComb(pNtk) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment