diff --git a/src/write.rs b/src/write.rs index a7ee92c7..2598f196 100644 --- a/src/write.rs +++ b/src/write.rs @@ -176,7 +176,7 @@ impl ZipWriter { files: Vec::new(), stats: Default::default(), writing_to_file: false, - comment: "zip-rs".into(), + comment: "".into(), } }