Skip to content

Commit

Permalink
fix(rust-abi): That does not compile
Browse files Browse the repository at this point in the history
  • Loading branch information
chorman0773 committed Jul 28, 2023
1 parent e4b0ee5 commit 92fe37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlang/src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ pub mod v1 {
&mut self,
path: StringView,
) -> xlang_abi::io::Result<DynBox<dyn xlang_abi::io::ReadSeek>> {
unsafe { (self.vtable().read_relative_file)(self.as_raw_mut()) }
unsafe { (self.vtable().read_relative_file)(self.as_raw_mut(), path) }
}
}
}
Expand Down

0 comments on commit 92fe37f

Please sign in to comment.