Skip to content

Commit

Permalink
Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
flanglet committed Nov 28, 2024
1 parent 1c7dfed commit 42cf194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/app/BlockDecompressor.go
Original file line number Diff line number Diff line change
Expand Up @@ -757,5 +757,5 @@ func (this *fileDecompressTask) call() (int, uint64, error) {
}
}

return res, uint64(decoded), err
return 0, uint64(decoded), err
}

0 comments on commit 42cf194

Please sign in to comment.