Skip to content
Commit 5c77d4bd authored by Piotr Kubaj's avatar Piotr Kubaj
Browse files

x11/rlaunch: fix build with unsigned char

error[E0308]: mismatched types
   --> src/x11.rs:310:54
    |
310 |             (self.xlib.XLookupString)(&mut keyevent, &mut c_char, 1, null_mut(), null_mut());
    |             -------------------------                ^^^^^^^^^^^ expected `u8`, found `i8`
    |             |
    |             arguments to this function are incorrect
    |
    = note:    expected raw pointer `*mut u8`
            found mutable reference `&mut i8`
parent 7eb89cf8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment