fix: rust types
(cherry picked from commit 925a0abd694f6409b6d54b6cad3a61fc916215d3)
This commit is contained in:
parent
edd9ec9e84
commit
c924fed81b
3 changed files with 4 additions and 4 deletions
|
|
@ -50,7 +50,7 @@ impl Context {
|
|||
raw::set_err_msg(
|
||||
self.inner.as_ptr(),
|
||||
raw::err_NIX_OK,
|
||||
b"\0".as_ptr() as *const i8,
|
||||
b"\0".as_ptr() as *const u8,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue