fix: rust types

(cherry picked from commit 925a0abd694f6409b6d54b6cad3a61fc916215d3)
This commit is contained in:
Tristan Ross 2025-09-18 12:54:21 -07:00 committed by Robert Hensing
parent edd9ec9e84
commit c924fed81b
3 changed files with 4 additions and 4 deletions

View file

@ -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,
);
}
}