mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-25 03:30:03 +01:00
Fixes parameter type that trips ubsan
This commit is contained in:
parent
a172bf0f55
commit
c81ee31c3b
1 changed files with 1 additions and 1 deletions
|
|
@ -735,7 +735,7 @@ error_exit:
|
|||
|
||||
static int
|
||||
client_node_port_set_io(void *_data,
|
||||
uint32_t direction,
|
||||
enum spa_direction direction,
|
||||
uint32_t port_id,
|
||||
uint32_t mix_id,
|
||||
uint32_t id,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue