fixing peek firmware tar

This commit is contained in:
Pakin 2025-09-08 11:17:40 +07:00
parent b0623b90bc
commit 0149a5b0b1

View file

@ -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()