Bug fix
This commit is contained in:
parent
b8d393a628
commit
6003a2cce5
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,6 @@ impl<W: Write + Seek> ZipWriter<W> {
|
|||
}
|
||||
|
||||
self.writing_to_file = false;
|
||||
self.writing_raw = false;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
@ -538,6 +537,7 @@ impl<W: Write + Seek> ZipWriter<W> {
|
|||
return Err(e);
|
||||
}
|
||||
self.writing_to_file = true;
|
||||
self.writing_raw = false;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue