This commit is contained in:
Tim Taubert 2017-05-17 15:39:18 +02:00
Родитель ced35bc803
Коммит 60facaf0e9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -57,7 +57,7 @@ impl IOHIDDeviceMatcher {
}
fn cf_number(number: i32) -> CFNumberRef {
let nbox = Box::new(number as i32);
let nbox = Box::new(number);
let nptr = Box::into_raw(nbox) as *mut libc::c_void;
unsafe {