Fixed bug: Passing default ReaderOptions when creating ZipReader for solid extraction (#287)
This commit is contained in:
parent
3983db08ff
commit
42d9dfd117
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ namespace SharpCompress.Archives.Zip
|
|||
{
|
||||
var stream = Volumes.Single().Stream;
|
||||
stream.Position = 0;
|
||||
return ZipReader.Open(stream);
|
||||
return ZipReader.Open(stream, ReaderOptions);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue