Fix progress for decompression
This commit is contained in:
parent
e34d988f54
commit
4949cedcc2
1 changed files with 1 additions and 0 deletions
|
@ -249,6 +249,7 @@ namespace SevenZip.Compression.LZMA
|
|||
}
|
||||
while (nowPos64 < outSize64)
|
||||
{
|
||||
progress.SetProgress(inStream.Position, (long)nowPos64);
|
||||
// UInt64 next = Math.Min(nowPos64 + (1 << 18), outSize64);
|
||||
// while(nowPos64 < next)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue