Bug fix
This commit is contained in:
parent
e2f9d25b1b
commit
6e67bfcda5
1 changed files with 3 additions and 1 deletions
|
@ -348,7 +348,9 @@ impl<A: Read + Write + Seek> ZipWriter<A> {
|
||||||
self.abort_file().unwrap();
|
self.abort_file().unwrap();
|
||||||
return Err(e.into());
|
return Err(e.into());
|
||||||
}
|
}
|
||||||
self.finish_file()
|
self.writing_to_file = false;
|
||||||
|
self.writing_raw = false;
|
||||||
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue