Enable decryption with file reader by_name()
This commit is contained in:
parent
f9f5029fc1
commit
1f87098e57
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ impl<R: Read+io::Seek> ZipArchive<R>
|
|||
Some(index) => *index,
|
||||
None => { return Err(ZipError::FileNotFound); },
|
||||
};
|
||||
self.by_index(index)
|
||||
self.by_index_internal(index, password)
|
||||
}
|
||||
|
||||
/// Get a contained file by index, decrypt with given password
|
||||
|
|
Loading…
Add table
Reference in a new issue