mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-04 02:24:11 +02:00
rar fixes
This commit is contained in:
parent
1b128bf177
commit
cd36ba9a8f
7 changed files with 51 additions and 25 deletions
|
|
@ -42,7 +42,6 @@ impl Archive for RarArchive {
|
|||
.open_for_listing()
|
||||
.into_iter()
|
||||
.flatten()
|
||||
.into_iter()
|
||||
.flatten()
|
||||
.map(|header| RarEntry {
|
||||
archive: self.path.clone(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue