(no commit message provided)
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
9ba3a31e95
commit
7db2a2ab75
@@ -70,7 +70,7 @@ pub trait CompressionEngine {
|
||||
let args = ["-bE", "-"];
|
||||
|
||||
let process = Command::new(program)
|
||||
.args(args.clone())
|
||||
.args(args)
|
||||
.stdin(Stdio::piped())
|
||||
.stdout(Stdio::piped())
|
||||
.spawn()
|
||||
@@ -101,7 +101,7 @@ pub trait CompressionEngine {
|
||||
break;
|
||||
}
|
||||
|
||||
size = size + n;
|
||||
size += n;
|
||||
}
|
||||
|
||||
Ok(size)
|
||||
|
||||
Reference in New Issue
Block a user