Bug fix
This commit is contained in:
parent
384afcda2a
commit
db69d25828
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ mod test {
|
|||
file_name_raw: file_name.into_bytes(),
|
||||
extra_field: Arc::new(vec![]),
|
||||
central_extra_field: Arc::new(vec![]),
|
||||
file_comment: Box::new("".into()),
|
||||
file_comment: String::with_capacity(0).into_boxed_str(),
|
||||
header_start: 0,
|
||||
data_start: AtomicU64::new(0),
|
||||
central_header_start: 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue