Bug fix in &splitprove.

This commit is contained in:
Alan Mishchenko 2023-07-25 12:53:50 -07:00
parent d9f6af51af
commit a3942996e7
1 changed files with 1 additions and 1 deletions

View File

@ -705,7 +705,7 @@ finish:
// wait till threads finish
for ( i = 0; i < nProcs; i++ )
if ( ThData[i].fWorking )
i = 0;
i = -1;
// stop threads
for ( i = 0; i < nProcs; i++ )
{