Commit a3942996 by Alan Mishchenko

Bug fix in &splitprove.

parent d9f6af51
......@@ -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++ )
{
......
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