mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-22 23:15:20 +00:00
Merge branch 'master' into dnx
Conflicts: src/SharpCompress/Archive/Rar/RarArchive.cs
This commit is contained in:
@@ -64,7 +64,7 @@ namespace SharpCompress.Archive.Rar
|
||||
{
|
||||
var stream = Volumes.First().Stream;
|
||||
stream.Position = 0;
|
||||
return RarReader.Open(stream);
|
||||
return RarReader.Open(stream, Password);
|
||||
}
|
||||
|
||||
public override bool IsSolid
|
||||
|
||||
Reference in New Issue
Block a user