diff --git a/src/write.rs b/src/write.rs index 72907a11..48699f0f 100644 --- a/src/write.rs +++ b/src/write.rs @@ -1320,10 +1320,10 @@ impl ZipWriter { } fn index_by_name(&self, name: &str) -> ZipResult { - Ok(self + self .files .get_index_of(name) - .ok_or(ZipError::FileNotFound)?) + .ok_or(ZipError::FileNotFound) } /// Adds another entry to the central directory referring to the same content as an existing