Commit a103358a by Alan Mishchenko

Merge branch 'master' of https://github.com/berkeley-abc/abc

parents e354dc40 04e0ef1b
......@@ -8025,7 +8025,7 @@ int Abc_CommandExact( Abc_Frame_t * pAbc, int argc, char ** argv )
if ( argc == globalUtilOptind )
goto usage;
memset( pTruth, 0, 64 );
memset( pTruth, 0, 64 * sizeof(word) );
while ( globalUtilOptind < argc )
{
if ( nFunc == 16 )
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