This commit is contained in:
Chris Hennick 2023-05-04 12:07:34 -07:00
parent 909473caea
commit e2f9d25b1b
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -510,6 +510,7 @@ impl<W: Write + Seek> ZipWriter<W> {
.inner
.prepare_next_writer(CompressionMethod::Stored, None)?;
self.inner.switch_to(make_plain_writer)?;
self.writing_to_extra_field = false;
self.writing_to_file = false;
self.writing_raw = false;
Ok(())