Update src/SharpCompress/Writers/Zip/ZipWriter.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
e9dd413de6
commit
b7f5b36f2b
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ public class ZipWriter : AbstractWriter
|
|||
{
|
||||
return new ZstdSharp.CompressionStream(
|
||||
counting,
|
||||
(int)writer.WriterOptions.CompressionLevel
|
||||
compressionLevel
|
||||
);
|
||||
}
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue