pulse: fix signedness warning

This commit is contained in:
Wim Taymans 2020-07-28 16:53:13 +02:00
parent 229fad4691
commit c04d57d5d5

View file

@ -705,7 +705,7 @@ static void device_sync_ports(struct global *g)
while (info) { while (info) {
struct spa_pod_parser prs; struct spa_pod_parser prs;
struct spa_pod_frame f[1]; struct spa_pod_frame f[1];
uint32_t n, n_items; int32_t n, n_items;
const char *key, *value; const char *key, *value;
spa_pod_parser_pod(&prs, info); spa_pod_parser_pod(&prs, info);