mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pulse: fix signedness warning
This commit is contained in:
parent
229fad4691
commit
c04d57d5d5
1 changed files with 1 additions and 1 deletions
|
|
@ -705,7 +705,7 @@ static void device_sync_ports(struct global *g)
|
|||
while (info) {
|
||||
struct spa_pod_parser prs;
|
||||
struct spa_pod_frame f[1];
|
||||
uint32_t n, n_items;
|
||||
int32_t n, n_items;
|
||||
const char *key, *value;
|
||||
|
||||
spa_pod_parser_pod(&prs, info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue