diff --git a/utils/zenutils/source/shared/cenc.cpp b/utils/zenutils/source/shared/cenc.cpp index 929a59b64d..c40c863887 100644 --- a/utils/zenutils/source/shared/cenc.cpp +++ b/utils/zenutils/source/shared/cenc.cpp @@ -209,7 +209,6 @@ int encode_run(byte* dst, int& dstidx, byte val, int len, int dstlen) int tmp = encode_run(dst, dstidx, val, len, dstlen); if (!tmp) return 0; ret += tmp; - len -= len; } }