mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 02:07:06 -06:00
fix Bug #141
This commit is contained in:
committed by
Tino Reichardt
parent
86721224f0
commit
03cc9ede2b
@@ -227,6 +227,9 @@ STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream,
|
|||||||
ZSTD_inBuffer inBuff;
|
ZSTD_inBuffer inBuff;
|
||||||
size_t err, srcSize;
|
size_t err, srcSize;
|
||||||
|
|
||||||
|
_processedIn = 0;
|
||||||
|
_processedOut = 0;
|
||||||
|
|
||||||
if (!_ctx) {
|
if (!_ctx) {
|
||||||
_ctx = ZSTD_createCCtx();
|
_ctx = ZSTD_createCCtx();
|
||||||
if (!_ctx)
|
if (!_ctx)
|
||||||
|
|||||||
Reference in New Issue
Block a user