This commit is contained in:
Edgar 2022-01-06 10:55:51 +01:00
parent c432cf6586
commit b8f5ac3bd8
No known key found for this signature in database
GPG key ID: 8731E6C0166EAA85

View file

@ -70,7 +70,7 @@ let mut archive = tar::Archive::new(decoder);
// Loop over the entries
for entry in archive.entries()? {
let entry = e.unwrap();
let entry = entry.unwrap();
let path = entry.path().unwrap();
let filename = path.file_name().expect("exist");
// process each entry