mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
proplist: fix compilation
This commit is contained in:
parent
01aa9a5960
commit
e4c94bf12d
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ int pa_proplist_setp(pa_proplist *p, const char *pair)
|
||||||
idx = pair - t;
|
idx = pair - t;
|
||||||
c = strdup(pair);
|
c = strdup(pair);
|
||||||
c[idx] = 0;
|
c[idx] = 0;
|
||||||
pa_properties_sets(p, c, &c[idx]+1);
|
pa_proplist_sets(p, c, &c[idx]+1);
|
||||||
free(c);
|
free(c);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue