Skip to content

libspa: static dict: Fix incorrect use of platform-specific `i8` type for a C char.

Tom Wagner requested to merge ryuukyu/pipewire-rs:static-dict-c-char into main

This could lead to compilation failures on other platforms, where a C char is not defined as a i8.

The platform-independent std::os::raw::c_char is now used instead.

Should fix #35 (closed).

Merge request reports