Skip to content

Commit

Permalink
update wt_blk
Browse files Browse the repository at this point in the history
  • Loading branch information
FlareFlo committed Oct 22, 2024
1 parent 026c53d commit 0798699
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 60 deletions.
118 changes: 59 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/subcommands/unpack_vromf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ fn parse_and_write_one_vromf(
}
};

parser.unpack_all_with_writer(format, should_override, writer)?;
parser.unpack_all_with_writer(format, should_override, writer, true)?;

let (sender, receiver) = std::sync::mpsc::channel();
let handle = if zip {
Expand Down

0 comments on commit 0798699

Please sign in to comment.