Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Compress/Lzx/LzxDecoder.cpp')
-rwxr-xr-x7zip/Compress/Lzx/LzxDecoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/7zip/Compress/Lzx/LzxDecoder.cpp b/7zip/Compress/Lzx/LzxDecoder.cpp
index 341e47c0..a3bdf5b0 100755
--- a/7zip/Compress/Lzx/LzxDecoder.cpp
+++ b/7zip/Compress/Lzx/LzxDecoder.cpp
@@ -209,7 +209,7 @@ HRESULT CDecoder::CodeSpec(UInt32 curSize)
if (m_UnCompressedBlockSize == 0)
{
m_InBitStream.Align(m_AlignPos);
- m_AlignPos = 0;
+ // m_AlignPos = 0;
}
}
else while(next > 0)