Skip to content

Commit

Permalink
add til typeref resolution to creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rbran committed Jan 13, 2025
1 parent 16f6152 commit 5af5117
Show file tree
Hide file tree
Showing 12 changed files with 793 additions and 529 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl<I: IdbReader> IDBParser<I> {
&mut self.input,
&self.header,
til.0.get(),
|input, _, compress| TILSection::read(input, compress),
|input, _header, compressed| TILSection::read(input, compressed),
)
}

Expand Down
Loading

0 comments on commit 5af5117

Please sign in to comment.