src/pxar/decoder.rs: correctly call callback()
This commit is contained in:
@ -35,7 +35,7 @@ impl PxarDecodeWriter {
|
||||
|
||||
if let Err(err) = decoder.restore(&base, & |path| {
|
||||
if verbose {
|
||||
println!("RESTORE: {:?}", path);
|
||||
println!("{:?}", path);
|
||||
}
|
||||
Ok(())
|
||||
}) {
|
||||
|
Reference in New Issue
Block a user