Removed the default zip comment for ZipWriter to an empty string
This commit is contained in:
parent
a2ba5fb280
commit
061a58cf7d
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ impl<W: Write + io::Seek> ZipWriter<W> {
|
||||||
files: Vec::new(),
|
files: Vec::new(),
|
||||||
stats: Default::default(),
|
stats: Default::default(),
|
||||||
writing_to_file: false,
|
writing_to_file: false,
|
||||||
comment: "zip-rs".into(),
|
comment: "".into(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue