Merge pull request #44 from v50110/patch-2
Adds missing check for pctx->main_cancel
This commit is contained in:
commit
8ff1647cf5
1 changed files with 3 additions and 0 deletions
|
@ -1729,6 +1729,9 @@ redo:
|
||||||
if (p == np) continue;
|
if (p == np) continue;
|
||||||
tdat = dary[p];
|
tdat = dary[p];
|
||||||
Sem_Wait(&tdat->write_done_sem);
|
Sem_Wait(&tdat->write_done_sem);
|
||||||
|
// VS begin
|
||||||
|
if (pctx->main_cancel) break;
|
||||||
|
// VS end
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
uncomp_done:
|
uncomp_done:
|
||||||
|
|
Loading…
Reference in a new issue