mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-05-07 12:55:53 +00:00
Fixed bug: Passing default ReaderOptions when creating ZipReader for solid extraction (#287)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user