finish flag was not set when passed on the first call to Compress
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3360 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5391b3569f
commit
7cab89f05a
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ public:
|
||||||
if (!hCompressionThread)
|
if (!hCompressionThread)
|
||||||
{
|
{
|
||||||
DWORD dwThreadId;
|
DWORD dwThreadId;
|
||||||
|
finish = flush;
|
||||||
hCompressionThread = CreateThread(0, 0, lzmaCompressThread, (LPVOID) this, 0, &dwThreadId);
|
hCompressionThread = CreateThread(0, 0, lzmaCompressThread, (LPVOID) this, 0, &dwThreadId);
|
||||||
if (!hCompressionThread)
|
if (!hCompressionThread)
|
||||||
return -2;
|
return -2;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue