You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
599: Fix pointer type for class name to *const c_char r=toasteater a=toasteater
The type of c_char is different depending on the target platform. On most platforms this is `i8`, but on Android it's `u8` instead. This caused type mismatch errors when building for Android. Using the `libc` type alias should fix this.
Close#571
Co-authored-by: toasteater <[email protected]>
0 commit comments