Merge pull request #44 from v50110/patch-2

Adds missing check for pctx->main_cancel
This commit is contained in:
Moinak Ghosh 2015-08-16 21:30:43 +05:30
commit 8ff1647cf5

View file

@ -1729,6 +1729,9 @@ redo:
if (p == np) continue;
tdat = dary[p];
Sem_Wait(&tdat->write_done_sem);
// VS begin
if (pctx->main_cancel) break;
// VS end
}
}
uncomp_done: