diff --git a/src/read.rs b/src/read.rs index 061bda7c..f53900d9 100644 --- a/src/read.rs +++ b/src/read.rs @@ -317,7 +317,7 @@ impl ZipArchive 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