fixing peek firmware tar
This commit is contained in:
parent
b0623b90bc
commit
0149a5b0b1
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ impl Peekable for LastBuildFirmware {
|
|||
let mut ar = Archive::new(file);
|
||||
|
||||
for file2 in ar.entries().unwrap() {
|
||||
let f = file2.unwrap();
|
||||
let f = unsafe { file2.unwrap_unchecked() };
|
||||
peeked.push(
|
||||
f.path()
|
||||
.unwrap()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue