Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
umockdev-record: Fix all_devices() type conversion
Avoid directly accessing `.data()`, use the `.steal()` API instead which does proper type coercion. ``` umockdev-record.c:418:27: note: expected ‘gchar **’ {aka ‘char **’} but argument is of type ‘void **’ ../../source/src/umockdev-record.vala:64:72: error: pointer type mismatch in conditional expression [-Werror] ```
- Loading branch information