Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use c_char instead of i8 where necessary #347

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

wackbyte
Copy link
Contributor

Aarch64 Linux has c_char as u8 rather than i8 as the code expects. This fixes the build there.

Aarch64 Linux has [`c_char` as `u8` rather than `i8`](https://doc.rust-lang.org/1.75.0/src/core/ffi/mod.rs.html#99) as the code expects. This fixes the build there.
Copy link
Owner

@Ralith Ralith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Ralith Ralith enabled auto-merge (rebase) January 25, 2024 08:18
@Ralith Ralith merged commit 088de1f into Ralith:master Jan 25, 2024
6 checks passed
@wackbyte wackbyte deleted the c_char branch January 25, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants