Bug fix
This commit is contained in:
parent
d8f4d1aaa4
commit
4e3ecb9252
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ fn do_operation<T>(writer: &mut RefCell<zip_next::ZipWriter<T>>,
|
|||
writer.borrow_mut().deep_copy_file(&base_name, &name)?;
|
||||
}
|
||||
}
|
||||
if operation.abort {
|
||||
if abort {
|
||||
writer.borrow_mut().abort_file().unwrap();
|
||||
}
|
||||
if operation.reopen {
|
||||
|
|
Loading…
Add table
Reference in a new issue